Color Hex Logo

#afcee4 Color Hex

#AFCEE4
(175,206,228)
0 Favorites   0 Comments

Color spaces of #afcee4

RGB 175206228
HSL0.570.500.79
HSV205°23°89°
CMYK 0.230.100.00   0.11
XYZ53.754158.858081.9264
Yxy58.85800.27630.3026
Hunter Lab76.7190-9.1899-9.6111
CIE-Lab81.2135-5.5374-14.2983

#afcee4 color RGB value is (175,206,228).

#afcee4 hex color red value is 175, green value is 206 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #afcee4 hue: 0.57 , saturation: 0.50 and the lightness value of afcee4 is 0.79.

The process color (four color CMYK) of #afcee4 color hex is 0.23, 0.10, 0.00, 0.11. Web safe color of #afcee4 is #99cccc. Color #afcee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11100100
Octal 257 316 344
Decimal 175 206 228
Hex AF CE E4

RGB Percentages of Color #afcee4

%28.74
%33.83
%37.44

CMYK Percentages of Color #afcee4

%23
%10
%0
%11

Triadic Colors of #afcee4

#afcee4 #e4afce #cee4af

Analogous Colors of #afcee4

#afcee4 #afb4e4 #afe4e0

Monochromatic Colors of #afcee4

#afcee4

Complementary Color

#afcee4 #e4c5af

#afcee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcee4 Color CSS Codes

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

#afcee4 Text Font Color

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

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


#afcee4 Background Color

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

This div background color is #afcee4


#afcee4 Border Color

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

This div border color is #afcee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcee4


Comments

No comments written yet.

Please login to write comment.