Color Hex Logo

#afdee9 Color Hex

#AFDEE9
(175,222,233)
0 Favorites   0 Comments

Color spaces of #afdee9

RGB 175222233
HSL0.530.570.80
HSV191°25°91°
CMYK 0.250.050.00   0.09
XYZ58.508567.239786.9856
Yxy67.23970.27500.3161
Hunter Lab81.9998-16.1364-5.4951
CIE-Lab85.6248-12.7041-10.3624

#afdee9 color RGB value is (175,222,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11101001
Octal 257 336 351
Decimal 175 222 233
Hex AF DE E9

RGB Percentages of Color #afdee9

%27.78
%35.24
%36.98

CMYK Percentages of Color #afdee9

%25
%5
%0
%9

Triadic Colors of #afdee9

#afdee9 #e9afde #dee9af

Analogous Colors of #afdee9

#afdee9 #afc1e9 #afe9d7

Monochromatic Colors of #afdee9

#afdee9

Complementary Color

#afdee9 #e9baaf

#afdee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdee9 Color CSS Codes

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

#afdee9 Text Font Color

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

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


#afdee9 Background Color

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

This div background color is #afdee9


#afdee9 Border Color

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

This div border color is #afdee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdee9


Comments

No comments written yet.

Please login to write comment.