Color Hex Logo

#afc9de Color Hex

#AFC9DE
(175,201,222)
0 Favorites   0 Comments

Color spaces of #afc9de

RGB 175201222
HSL0.570.420.78
HSV207°21°87°
CMYK 0.210.090.00   0.13
XYZ51.750756.161277.2199
Yxy56.16120.27950.3034
Hunter Lab74.9408-7.8824-8.6346
CIE-Lab79.7055-4.2394-13.3460

#afc9de color RGB value is (175,201,222).

#afc9de hex color red value is 175, green value is 201 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afc9de hue: 0.57 , saturation: 0.42 and the lightness value of afc9de is 0.78.

The process color (four color CMYK) of #afc9de color hex is 0.21, 0.09, 0.00, 0.13. Web safe color of #afc9de is #99cccc. Color #afc9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 11011110
Octal 257 311 336
Decimal 175 201 222
Hex AF C9 DE

RGB Percentages of Color #afc9de

%29.26
%33.61
%37.12

CMYK Percentages of Color #afc9de

%21
%9
%0
%13

Triadic Colors of #afc9de

#afc9de #deafc9 #c9deaf

Analogous Colors of #afc9de

#afc9de #afb2de #afdedc

Monochromatic Colors of #afc9de

#afc9de

Complementary Color

#afc9de #dec4af

#afc9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9de Color CSS Codes

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

#afc9de Text Font Color

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

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


#afc9de Background Color

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

This div background color is #afc9de


#afc9de Border Color

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

This div border color is #afc9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9de


Comments

No comments written yet.

Please login to write comment.