Color Hex Logo

#afc9ed Color Hex

#AFC9ED
(175,201,237)
0 Favorites   0 Comments

Color spaces of #afc9ed

RGB 175201237
HSL0.600.630.81
HSV215°26°93°
CMYK 0.260.150.00   0.07
XYZ53.851957.001788.2849
Yxy57.00170.27040.2862
Hunter Lab75.4995-4.8044-16.4808
CIE-Lab80.1806-0.8345-20.6686

#afc9ed color RGB value is (175,201,237).

#afc9ed hex color red value is 175, green value is 201 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afc9ed hue: 0.60 , saturation: 0.63 and the lightness value of afc9ed is 0.81.

The process color (four color CMYK) of #afc9ed color hex is 0.26, 0.15, 0.00, 0.07. Web safe color of #afc9ed is #99ccff. Color #afc9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 11101101
Octal 257 311 355
Decimal 175 201 237
Hex AF C9 ED

RGB Percentages of Color #afc9ed

%28.55
%32.79
%38.66

CMYK Percentages of Color #afc9ed

%26
%15
%0
%7

Triadic Colors of #afc9ed

#afc9ed #edafc9 #c9edaf

Analogous Colors of #afc9ed

#afc9ed #b4afed #afe8ed

Monochromatic Colors of #afc9ed

#afc9ed

Complementary Color

#afc9ed #edd3af

#afc9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9ed Color CSS Codes

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

#afc9ed Text Font Color

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

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


#afc9ed Background Color

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

This div background color is #afc9ed


#afc9ed Border Color

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

This div border color is #afc9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9ed


Comments

No comments written yet.

Please login to write comment.