Color Hex Logo

#afcee6 Color Hex

#AFCEE6
(175,206,230)
0 Favorites   0 Comments

Color spaces of #afcee6

RGB 175206230
HSL0.570.520.79
HSV206°24°90°
CMYK 0.240.100.00   0.10
XYZ54.033458.969783.3973
Yxy58.96970.27510.3003
Hunter Lab76.7917-8.7866-10.6359
CIE-Lab81.2749-5.0874-15.2746

#afcee6 color RGB value is (175,206,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11100110
Octal 257 316 346
Decimal 175 206 230
Hex AF CE E6

RGB Percentages of Color #afcee6

%28.64
%33.72
%37.64

CMYK Percentages of Color #afcee6

%24
%10
%0
%10

Triadic Colors of #afcee6

#afcee6 #e6afce #cee6af

Analogous Colors of #afcee6

#afcee6 #afb3e6 #afe6e3

Monochromatic Colors of #afcee6

#afcee6

Complementary Color

#afcee6 #e6c7af

#afcee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcee6 Color CSS Codes

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

#afcee6 Text Font Color

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

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


#afcee6 Background Color

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

This div background color is #afcee6


#afcee6 Border Color

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

This div border color is #afcee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcee6


Comments

No comments written yet.

Please login to write comment.