Color Hex Logo

#afcee9 Color Hex

#AFCEE9
(175,206,233)
0 Favorites   0 Comments

Color spaces of #afcee9

RGB 175206233
HSL0.580.570.80
HSV208°25°91°
CMYK 0.250.120.00   0.09
XYZ54.458559.139885.6356
Yxy59.13980.27330.2968
Hunter Lab76.9024-8.1743-12.1914
CIE-Lab81.3684-4.4068-16.7361

#afcee9 color RGB value is (175,206,233).

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

The process color (four color CMYK) of #afcee9 color hex is 0.25, 0.12, 0.00, 0.09. Web safe color of #afcee9 is #99ccff. Color #afcee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11101001
Octal 257 316 351
Decimal 175 206 233
Hex AF CE E9

RGB Percentages of Color #afcee9

%28.50
%33.55
%37.95

CMYK Percentages of Color #afcee9

%25
%12
%0
%9

Triadic Colors of #afcee9

#afcee9 #e9afce #cee9af

Analogous Colors of #afcee9

#afcee9 #afb1e9 #afe9e7

Monochromatic Colors of #afcee9

#afcee9

Complementary Color

#afcee9 #e9caaf

#afcee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcee9 Color CSS Codes

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

#afcee9 Text Font Color

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

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


#afcee9 Background Color

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

This div background color is #afcee9


#afcee9 Border Color

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

This div border color is #afcee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcee9


Comments

No comments written yet.

Please login to write comment.