Color Hex Logo

#afdde1 Color Hex

#AFDDE1
(175,221,225)
0 Favorites   0 Comments

Color spaces of #afdde1

RGB 175221225
HSL0.510.450.78
HSV185°22°88°
CMYK 0.220.020.00   0.12
XYZ57.126366.263181.0133
Yxy66.26310.27950.3242
Hunter Lab81.4021-17.1863-2.0253
CIE-Lab85.1304-13.9491-6.8666

#afdde1 color RGB value is (175,221,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11100001
Octal 257 335 341
Decimal 175 221 225
Hex AF DD E1

RGB Percentages of Color #afdde1

%28.18
%35.59
%36.23

CMYK Percentages of Color #afdde1

%22
%2
%0
%12

Triadic Colors of #afdde1

#afdde1 #e1afdd #dde1af

Analogous Colors of #afdde1

#afdde1 #afc4e1 #afe1cc

Monochromatic Colors of #afdde1

#afdde1

Complementary Color

#afdde1 #e1b3af

#afdde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdde1 Color CSS Codes

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

#afdde1 Text Font Color

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

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


#afdde1 Background Color

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

This div background color is #afdde1


#afdde1 Border Color

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

This div border color is #afdde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdde1


Comments

No comments written yet.

Please login to write comment.