Color Hex Logo

#9ae1ce Color Hex

#9AE1CE
(154,225,206)
0 Favorites   0 Comments

Color spaces of #9ae1ce

RGB 154225206
HSL0.460.540.74
HSV164°32°88°
CMYK 0.320.000.08   0.12
XYZ51.392265.176768.2642
Yxy65.17670.27800.3526
Hunter Lab80.7321-27.65216.3789
CIE-Lab84.5747-26.17242.2294

#9ae1ce color RGB value is (154,225,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100001 11001110
Octal 232 341 316
Decimal 154 225 206
Hex 9A E1 CE

RGB Percentages of Color #9ae1ce

%26.32
%38.46
%35.21

CMYK Percentages of Color #9ae1ce

%32
%0
%8
%12

Triadic Colors of #9ae1ce

#9ae1ce #ce9ae1 #e1ce9a

Analogous Colors of #9ae1ce

#9ae1ce #9ad1e1 #9ae1ab

Monochromatic Colors of #9ae1ce

#9ae1ce

Complementary Color

#9ae1ce #e19aad

#9ae1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae1ce Color CSS Codes

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

#9ae1ce Text Font Color

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

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


#9ae1ce Background Color

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

This div background color is #9ae1ce


#9ae1ce Border Color

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

This div border color is #9ae1ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,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 #9ae1ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae1ce

#9ae1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.