Color Hex Logo

#afe8ce Color Hex

#AFE8CE
(175,232,206)
0 Favorites   0 Comments

Color spaces of #afe8ce

RGB 175232206
HSL0.420.550.80
HSV153°25°91°
CMYK 0.250.000.11   0.09
XYZ57.676471.283469.1117
Yxy71.28340.29120.3599
Hunter Lab84.4295-25.812810.5675
CIE-Lab87.6225-23.34076.7788

#afe8ce color RGB value is (175,232,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 11001110
Octal 257 350 316
Decimal 175 232 206
Hex AF E8 CE

RGB Percentages of Color #afe8ce

%28.55
%37.85
%33.61

CMYK Percentages of Color #afe8ce

%25
%0
%11
%9

Triadic Colors of #afe8ce

#afe8ce #ceafe8 #e8ceaf

Analogous Colors of #afe8ce

#afe8ce #afe6e8 #afe8b2

Monochromatic Colors of #afe8ce

#afe8ce

Complementary Color

#afe8ce #e8afc9

#afe8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8ce Color CSS Codes

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

#afe8ce Text Font Color

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

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


#afe8ce Background Color

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

This div background color is #afe8ce


#afe8ce Border Color

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

This div border color is #afe8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8ce


Comments

No comments written yet.

Please login to write comment.