Color Hex Logo

#0ae5cf Color Hex

#0AE5CF
(10,229,207)
0 Favorites   0 Comments

Color spaces of #0ae5cf

RGB 10229207
HSL0.480.920.47
HSV174°96°90°
CMYK 0.960.000.10   0.10
XYZ39.407060.608168.6531
Yxy60.60810.23360.3593
Hunter Lab77.8512-45.88582.2109
CIE-Lab82.1676-50.3027-2.2452

#0ae5cf color RGB value is (10,229,207).

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

The process color (four color CMYK) of #0ae5cf color hex is 0.96, 0.00, 0.10, 0.10. Web safe color of #0ae5cf is #00cccc. Color #0ae5cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11100101 11001111
Octal 12 345 317
Decimal 10 229 207
Hex A E5 CF

RGB Percentages of Color #0ae5cf

%2.24
%51.35
%46.41

CMYK Percentages of Color #0ae5cf

%96
%0
%10
%10

Triadic Colors of #0ae5cf

#0ae5cf #cf0ae5 #e5cf0a

Analogous Colors of #0ae5cf

#0ae5cf #0a8ee5 #0ae561

Monochromatic Colors of #0ae5cf

#0ae5cf

Complementary Color

#0ae5cf #e50a20

#0ae5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae5cf Color CSS Codes

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

#0ae5cf Text Font Color

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

This sample text font color is #0ae5cf
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.


#0ae5cf Background Color

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

This div background color is #0ae5cf


#0ae5cf Border Color

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

This div border color is #0ae5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae5cf


Comments

No comments written yet.

Please login to write comment.