Color Hex Logo

#afe1cc Color Hex

#AFE1CC
(175,225,204)
0 Favorites   0 Comments

Color spaces of #afe1cc

RGB 175225204
HSL0.430.450.78
HSV155°22°88°
CMYK 0.220.000.09   0.12
XYZ55.503567.324067.1962
Yxy67.32400.29210.3543
Hunter Lab82.0512-22.84348.8800
CIE-Lab85.6673-20.29715.0106

#afe1cc color RGB value is (175,225,204).

#afe1cc hex color red value is 175, green value is 225 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afe1cc hue: 0.43 , saturation: 0.45 and the lightness value of afe1cc is 0.78.

The process color (four color CMYK) of #afe1cc color hex is 0.22, 0.00, 0.09, 0.12. Web safe color of #afe1cc is #99cccc. Color #afe1cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11001100
Octal 257 341 314
Decimal 175 225 204
Hex AF E1 CC

RGB Percentages of Color #afe1cc

%28.97
%37.25
%33.77

CMYK Percentages of Color #afe1cc

%22
%0
%9
%12

Triadic Colors of #afe1cc

#afe1cc #ccafe1 #e1ccaf

Analogous Colors of #afe1cc

#afe1cc #afdde1 #afe1b3

Monochromatic Colors of #afe1cc

#afe1cc

Complementary Color

#afe1cc #e1afc4

#afe1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1cc Color CSS Codes

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

#afe1cc Text Font Color

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

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


#afe1cc Background Color

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

This div background color is #afe1cc


#afe1cc Border Color

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

This div border color is #afe1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1cc


Comments

No comments written yet.

Please login to write comment.