Color Hex Logo

#afe8cf Color Hex

#AFE8CF
(175,232,207)
0 Favorites   0 Comments

Color spaces of #afe8cf

RGB 175232207
HSL0.430.550.80
HSV154°25°91°
CMYK 0.250.000.11   0.09
XYZ57.798371.332269.7537
Yxy71.33220.29060.3587
Hunter Lab84.4584-25.647410.1536
CIE-Lab87.6462-23.14466.2890

#afe8cf color RGB value is (175,232,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 11001111
Octal 257 350 317
Decimal 175 232 207
Hex AF E8 CF

RGB Percentages of Color #afe8cf

%28.50
%37.79
%33.71

CMYK Percentages of Color #afe8cf

%25
%0
%11
%9

Triadic Colors of #afe8cf

#afe8cf #cfafe8 #e8cfaf

Analogous Colors of #afe8cf

#afe8cf #afe5e8 #afe8b3

Monochromatic Colors of #afe8cf

#afe8cf

Complementary Color

#afe8cf #e8afc8

#afe8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe8cf Color CSS Codes

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

#afe8cf Text Font Color

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

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


#afe8cf Background Color

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

This div background color is #afe8cf


#afe8cf Border Color

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

This div border color is #afe8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe8cf


Comments

No comments written yet.

Please login to write comment.