Color Hex Logo

#afe7cd Color Hex

#AFE7CD
(175,231,205)
0 Favorites   0 Comments

Color spaces of #afe7cd

RGB 175231205
HSL0.420.540.80
HSV152°24°91°
CMYK 0.240.000.11   0.09
XYZ57.274670.673668.3803
Yxy70.67360.29170.3600
Hunter Lab84.0676-25.507610.6210
CIE-Lab87.3262-23.04876.8764

#afe7cd color RGB value is (175,231,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 11001101
Octal 257 347 315
Decimal 175 231 205
Hex AF E7 CD

RGB Percentages of Color #afe7cd

%28.64
%37.81
%33.55

CMYK Percentages of Color #afe7cd

%24
%0
%11
%9

Triadic Colors of #afe7cd

#afe7cd #cdafe7 #e7cdaf

Analogous Colors of #afe7cd

#afe7cd #afe5e7 #afe7b1

Monochromatic Colors of #afe7cd

#afe7cd

Complementary Color

#afe7cd #e7afc9

#afe7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe7cd Color CSS Codes

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

#afe7cd Text Font Color

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

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


#afe7cd Background Color

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

This div background color is #afe7cd


#afe7cd Border Color

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

This div border color is #afe7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe7cd


Comments

No comments written yet.

Please login to write comment.