Color Hex Logo

#afcee5 Color Hex

#AFCEE5
(175,206,229)
0 Favorites   0 Comments

Color spaces of #afcee5

RGB 175206229
HSL0.570.510.79
HSV206°24°90°
CMYK 0.240.100.00   0.10
XYZ53.893458.913782.6597
Yxy58.91370.27570.3014
Hunter Lab76.7553-8.9886-10.1222
CIE-Lab81.2441-5.3127-14.7866

#afcee5 color RGB value is (175,206,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11100101
Octal 257 316 345
Decimal 175 206 229
Hex AF CE E5

RGB Percentages of Color #afcee5

%28.69
%33.77
%37.54

CMYK Percentages of Color #afcee5

%24
%10
%0
%10

Triadic Colors of #afcee5

#afcee5 #e5afce #cee5af

Analogous Colors of #afcee5

#afcee5 #afb3e5 #afe5e1

Monochromatic Colors of #afcee5

#afcee5

Complementary Color

#afcee5 #e5c6af

#afcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcee5 Color CSS Codes

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

#afcee5 Text Font Color

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

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


#afcee5 Background Color

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

This div background color is #afcee5


#afcee5 Border Color

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

This div border color is #afcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcee5


Comments

No comments written yet.

Please login to write comment.