Color Hex Logo

#afdee1 Color Hex

#AFDEE1
(175,222,225)
0 Favorites   0 Comments

Color spaces of #afdee1

RGB 175222225
HSL0.510.450.78
HSV184°22°88°
CMYK 0.220.010.00   0.12
XYZ57.391166.792881.1016
Yxy66.79280.27960.3254
Hunter Lab81.7269-17.6739-1.6276
CIE-Lab85.3992-14.4566-6.4690

#afdee1 color RGB value is (175,222,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11100001
Octal 257 336 341
Decimal 175 222 225
Hex AF DE E1

RGB Percentages of Color #afdee1

%28.14
%35.69
%36.17

CMYK Percentages of Color #afdee1

%22
%1
%0
%12

Triadic Colors of #afdee1

#afdee1 #e1afde #dee1af

Analogous Colors of #afdee1

#afdee1 #afc5e1 #afe1cb

Monochromatic Colors of #afdee1

#afdee1

Complementary Color

#afdee1 #e1b2af

#afdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdee1 Color CSS Codes

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

#afdee1 Text Font Color

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

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


#afdee1 Background Color

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

This div background color is #afdee1


#afdee1 Border Color

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

This div border color is #afdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdee1


Comments

No comments written yet.

Please login to write comment.