color codes Logo

#0aeddd color codes

#0AEDDD
(10,237,221)
0 Favorites   0 Comments

Color spaces of #0aeddd

RGB 10237221
HSL0.490.920.48
HSV176°96°93°
CMYK 0.960.000.07   0.07
XYZ43.460565.853478.8270
Yxy65.85340.23100.3500
Hunter Lab81.1501-46.4158-0.7876
CIE-Lab84.9216-49.8046-5.5815

#0aeddd color RGB value is (10,237,221).

#0aeddd hex color red value is 10, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0aeddd hue: 0.49 , saturation: 0.92 and the lightness value of 0aeddd is 0.48.

The process color (four color CMYK) of #0aeddd color code is 0.96, 0.00, 0.07, 0.07. Web safe color of #0aeddd is #00ffcc. Color #0aeddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 11011101
Octal 12 355 335
Decimal 10 237 221
Hex A ED DD

RGB Percentages of Color #0aeddd

%2.14
%50.64
%47.22

CMYK Percentages of Color #0aeddd

%96
%0
%7
%7

Triadic Colors of #0aeddd

#0aeddd #dd0aed #eddd0a

Analogous Colors of #0aeddd

#0aeddd #0a8ced #0aed6c

Monochromatic Colors of #0aeddd

#0aeddd

Complementary Color

#0aeddd #ed0a1a

#0aeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeddd Color CSS Codes

.mybgcolor {background-color:#0aeddd; } 
.myforecolor {color:#0aeddd; }
.mybordercolor {border:3px solid #0aeddd; }

#0aeddd Text Font Color

<p style="color:#0aeddd">Text here</p>

This sample text font color is #0aeddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0aeddd Background Color

<div style="background-color:#0aeddd">
Div content here</div>

This div background color is #0aeddd


#0aeddd Border Color

<div style="border:3px solid #0aeddd">
Div here</div>

This div border color is #0aeddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,237,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aeddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aeddd;
  -webkit-box-shadow: 1px 1px 3px 2px #0aeddd;
  box-shadow:         1px 1px 3px 2px #0aeddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,237,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0aeddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0aeddd;
  -webkit-box-shadow: 1px 1px 3px 2px #0aeddd;
  box-shadow:         1px 1px 3px 2px #0aeddd;">
Div content here</div>

This div box has shadow with color #0aeddd


Comments

No comments written yet.

Please login to write comment.