Color Hex Logo

#afe1ce Color Hex

#AFE1CE
(175,225,206)
0 Favorites   0 Comments

Color spaces of #afe1ce

RGB 175225206
HSL0.440.450.78
HSV157°22°88°
CMYK 0.220.000.08   0.12
XYZ55.745067.420668.4679
Yxy67.42060.29090.3518
Hunter Lab82.1100-22.50798.0378
CIE-Lab85.7159-19.90134.0269

#afe1ce color RGB value is (175,225,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11001110
Octal 257 341 316
Decimal 175 225 206
Hex AF E1 CE

RGB Percentages of Color #afe1ce

%28.88
%37.13
%33.99

CMYK Percentages of Color #afe1ce

%22
%0
%8
%12

Triadic Colors of #afe1ce

#afe1ce #ceafe1 #e1ceaf

Analogous Colors of #afe1ce

#afe1ce #afdbe1 #afe1b5

Monochromatic Colors of #afe1ce

#afe1ce

Complementary Color

#afe1ce #e1afc2

#afe1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1ce Color CSS Codes

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

#afe1ce Text Font Color

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

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


#afe1ce Background Color

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

This div background color is #afe1ce


#afe1ce Border Color

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

This div border color is #afe1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1ce

#afe1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.