Color Hex Logo

#afddee Color Hex

#AFDDEE
(175,221,238)
0 Favorites   0 Comments

Color spaces of #afddee

RGB 175221238
HSL0.540.650.81
HSV196°26°93°
CMYK 0.260.070.00   0.07
XYZ58.968366.999990.7132
Yxy66.99990.27210.3092
Hunter Lab81.8535-14.6498-8.4101
CIE-Lab85.5039-11.0714-13.1848

#afddee color RGB value is (175,221,238).

#afddee hex color red value is 175, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #afddee hue: 0.54 , saturation: 0.65 and the lightness value of afddee is 0.81.

The process color (four color CMYK) of #afddee color hex is 0.26, 0.07, 0.00, 0.07. Web safe color of #afddee is #99ccff. Color #afddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11101110
Octal 257 335 356
Decimal 175 221 238
Hex AF DD EE

RGB Percentages of Color #afddee

%27.60
%34.86
%37.54

CMYK Percentages of Color #afddee

%26
%7
%0
%7

Triadic Colors of #afddee

#afddee #eeafdd #ddeeaf

Analogous Colors of #afddee

#afddee #afbeee #afeee0

Monochromatic Colors of #afddee

#afddee

Complementary Color

#afddee #eec0af

#afddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddee Color CSS Codes

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

#afddee Text Font Color

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

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


#afddee Background Color

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

This div background color is #afddee


#afddee Border Color

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

This div border color is #afddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddee


Comments

No comments written yet.

Please login to write comment.