Color Hex Logo

#0ae1ce Color Hex

#0AE1CE
(10,225,206)
0 Favorites   0 Comments

Color spaces of #0ae1ce

RGB 10225206
HSL0.490.910.46
HSV175°96°88°
CMYK 0.960.000.08   0.12
XYZ38.191058.371267.6464
Yxy58.37120.23260.3555
Hunter Lab76.4010-44.47410.9847
CIE-Lab80.9447-48.9067-3.5112

#0ae1ce color RGB value is (10,225,206).

#0ae1ce hex color red value is 10, green value is 225 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0ae1ce hue: 0.49 , saturation: 0.91 and the lightness value of 0ae1ce is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11100001 11001110
Octal 12 341 316
Decimal 10 225 206
Hex A E1 CE

RGB Percentages of Color #0ae1ce

%2.27
%51.02
%46.71

CMYK Percentages of Color #0ae1ce

%96
%0
%8
%12

Triadic Colors of #0ae1ce

#0ae1ce #ce0ae1 #e1ce0a

Analogous Colors of #0ae1ce

#0ae1ce #0a89e1 #0ae163

Monochromatic Colors of #0ae1ce

#0ae1ce

Complementary Color

#0ae1ce #e10a1d

#0ae1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae1ce Color CSS Codes

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

#0ae1ce Text Font Color

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

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


#0ae1ce Background Color

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

This div background color is #0ae1ce


#0ae1ce Border Color

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

This div border color is #0ae1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae1ce


Comments

No comments written yet.

Please login to write comment.