Color Hex Logo

#afe9ce Color Hex

#AFE9CE
(175,233,206)
0 Favorites   0 Comments

Color spaces of #afe9ce

RGB 175233206
HSL0.420.570.80
HSV152°25°91°
CMYK 0.250.000.12   0.09
XYZ57.958771.848069.2058
Yxy71.84800.29120.3610
Hunter Lab84.7632-26.282310.9263
CIE-Lab87.8954-23.82737.1713

#afe9ce color RGB value is (175,233,206).

#afe9ce hex color red value is 175, green value is 233 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afe9ce hue: 0.42 , saturation: 0.57 and the lightness value of afe9ce is 0.80.

The process color (four color CMYK) of #afe9ce color hex is 0.25, 0.00, 0.12, 0.09. Web safe color of #afe9ce is #99ffcc. Color #afe9ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 11001110
Octal 257 351 316
Decimal 175 233 206
Hex AF E9 CE

RGB Percentages of Color #afe9ce

%28.50
%37.95
%33.55

CMYK Percentages of Color #afe9ce

%25
%0
%12
%9

Triadic Colors of #afe9ce

#afe9ce #ceafe9 #e9ceaf

Analogous Colors of #afe9ce

#afe9ce #afe7e9 #afe9b1

Monochromatic Colors of #afe9ce

#afe9ce

Complementary Color

#afe9ce #e9afca

#afe9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe9ce Color CSS Codes

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

#afe9ce Text Font Color

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

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


#afe9ce Background Color

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

This div background color is #afe9ce


#afe9ce Border Color

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

This div border color is #afe9ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,233,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afe9ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afe9ce;
  -webkit-box-shadow: 1px 1px 3px 2px #afe9ce;
  box-shadow:         1px 1px 3px 2px #afe9ce; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe9ce


Comments

No comments written yet.

Please login to write comment.