Color Hex Logo

#afdee0 Color Hex

#AFDEE0
(175,222,224)
0 Favorites   0 Comments

Color spaces of #afdee0

RGB 175222224
HSL0.510.440.78
HSV182°22°88°
CMYK 0.220.010.00   0.12
XYZ57.255066.738380.3851
Yxy66.73830.28010.3265
Hunter Lab81.6935-17.8617-1.1549
CIE-Lab85.3716-14.6720-5.9811

#afdee0 color RGB value is (175,222,224).

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

The process color (four color CMYK) of #afdee0 color hex is 0.22, 0.01, 0.00, 0.12. Web safe color of #afdee0 is #99cccc. Color #afdee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11100000
Octal 257 336 340
Decimal 175 222 224
Hex AF DE E0

RGB Percentages of Color #afdee0

%28.18
%35.75
%36.07

CMYK Percentages of Color #afdee0

%22
%1
%0
%12

Triadic Colors of #afdee0

#afdee0 #e0afde #dee0af

Analogous Colors of #afdee0

#afdee0 #afc6e0 #afe0ca

Monochromatic Colors of #afdee0

#afdee0

Complementary Color

#afdee0 #e0b1af

#afdee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdee0 Color CSS Codes

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

#afdee0 Text Font Color

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

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


#afdee0 Background Color

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

This div background color is #afdee0


#afdee0 Border Color

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

This div border color is #afdee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdee0


Comments

No comments written yet.

Please login to write comment.