Color Hex Logo

#afdde5 Color Hex

#AFDDE5
(175,221,229)
0 Favorites   0 Comments

Color spaces of #afdde5

RGB 175221229
HSL0.520.510.79
HSV189°24°90°
CMYK 0.240.030.00   0.10
XYZ57.678566.484083.9215
Yxy66.48400.27720.3195
Hunter Lab81.5377-16.4229-3.9470
CIE-Lab85.2427-13.0777-8.8162

#afdde5 color RGB value is (175,221,229).

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

The process color (four color CMYK) of #afdde5 color hex is 0.24, 0.03, 0.00, 0.10. Web safe color of #afdde5 is #99cccc. Color #afdde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11100101
Octal 257 335 345
Decimal 175 221 229
Hex AF DD E5

RGB Percentages of Color #afdde5

%28.00
%35.36
%36.64

CMYK Percentages of Color #afdde5

%24
%3
%0
%10

Triadic Colors of #afdde5

#afdde5 #e5afdd #dde5af

Analogous Colors of #afdde5

#afdde5 #afc2e5 #afe5d2

Monochromatic Colors of #afdde5

#afdde5

Complementary Color

#afdde5 #e5b7af

#afdde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdde5 Color CSS Codes

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

#afdde5 Text Font Color

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

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


#afdde5 Background Color

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

This div background color is #afdde5


#afdde5 Border Color

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

This div border color is #afdde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdde5


Comments

No comments written yet.

Please login to write comment.