Color Hex Logo

#afdde9 Color Hex

#AFDDE9
(175,221,233)
1 Favorites   0 Comments

Color spaces of #afdde9

RGB 175221233
HSL0.530.570.80
HSV192°25°91°
CMYK 0.250.050.00   0.09
XYZ58.243666.710186.8974
Yxy66.71010.27490.3149
Hunter Lab81.6763-15.6445-5.9067
CIE-Lab85.3573-12.1939-10.7609

#afdde9 color RGB value is (175,221,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11101001
Octal 257 335 351
Decimal 175 221 233
Hex AF DD E9

RGB Percentages of Color #afdde9

%27.82
%35.14
%37.04

CMYK Percentages of Color #afdde9

%25
%5
%0
%9

Triadic Colors of #afdde9

#afdde9 #e9afdd #dde9af

Analogous Colors of #afdde9

#afdde9 #afc0e9 #afe9d8

Monochromatic Colors of #afdde9

#afdde9

Complementary Color

#afdde9 #e9bbaf

#afdde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdde9 Color CSS Codes

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

#afdde9 Text Font Color

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

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


#afdde9 Background Color

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

This div background color is #afdde9


#afdde9 Border Color

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

This div border color is #afdde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdde9


Comments

No comments written yet.

Please login to write comment.