Color Hex Logo

#afe9cc Color Hex

#AFE9CC
(175,233,204)
0 Favorites   0 Comments

Color spaces of #afe9cc

RGB 175233204
HSL0.420.570.80
HSV150°25°91°
CMYK 0.250.000.12   0.09
XYZ57.717271.751467.9341
Yxy71.75140.29240.3635
Hunter Lab84.7062-26.609311.7439
CIE-Lab87.8488-24.21628.1508

#afe9cc color RGB value is (175,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 11001100
Octal 257 351 314
Decimal 175 233 204
Hex AF E9 CC

RGB Percentages of Color #afe9cc

%28.59
%38.07
%33.33

CMYK Percentages of Color #afe9cc

%25
%0
%12
%9

Triadic Colors of #afe9cc

#afe9cc #ccafe9 #e9ccaf

Analogous Colors of #afe9cc

#afe9cc #afe9e9 #afe9af

Monochromatic Colors of #afe9cc

#afe9cc

Complementary Color

#afe9cc #e9afcc

#afe9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe9cc Color CSS Codes

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

#afe9cc Text Font Color

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

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


#afe9cc Background Color

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

This div background color is #afe9cc


#afe9cc Border Color

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

This div border color is #afe9cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,233,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe9cc


Comments

No comments written yet.

Please login to write comment.