Color Hex Logo

#afcce5 Color Hex

#AFCCE5
(175,204,229)
0 Favorites   0 Comments

Color spaces of #afcce5

RGB 175204229
HSL0.580.510.79
HSV208°24°90°
CMYK 0.240.110.00   0.10
XYZ53.414957.956882.5003
Yxy57.95680.27550.2989
Hunter Lab76.1294-7.9848-10.9612
CIE-Lab80.7148-4.2593-15.5819

#afcce5 color RGB value is (175,204,229).

#afcce5 hex color red value is 175, green value is 204 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #afcce5 hue: 0.58 , saturation: 0.51 and the lightness value of afcce5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11100101
Octal 257 314 345
Decimal 175 204 229
Hex AF CC E5

RGB Percentages of Color #afcce5

%28.78
%33.55
%37.66

CMYK Percentages of Color #afcce5

%24
%11
%0
%10

Triadic Colors of #afcce5

#afcce5 #e5afcc #cce5af

Analogous Colors of #afcce5

#afcce5 #afb1e5 #afe5e3

Monochromatic Colors of #afcce5

#afcce5

Complementary Color

#afcce5 #e5c8af

#afcce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcce5 Color CSS Codes

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

#afcce5 Text Font Color

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

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


#afcce5 Background Color

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

This div background color is #afcce5


#afcce5 Border Color

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

This div border color is #afcce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcce5


Comments

No comments written yet.

Please login to write comment.