Color Hex Logo

#afddef Color Hex

#AFDDEF
(175,221,239)
0 Favorites   0 Comments

Color spaces of #afddef

RGB 175221239
HSL0.550.670.81
HSV197°27°94°
CMYK 0.270.080.00   0.06
XYZ59.115667.058991.4893
Yxy67.05890.27160.3081
Hunter Lab81.8895-14.4484-8.9178
CIE-Lab85.5337-10.8450-13.6687

#afddef color RGB value is (175,221,239).

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

The process color (four color CMYK) of #afddef color hex is 0.27, 0.08, 0.00, 0.06. Web safe color of #afddef is #99ccff. Color #afddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11101111
Octal 257 335 357
Decimal 175 221 239
Hex AF DD EF

RGB Percentages of Color #afddef

%27.56
%34.80
%37.64

CMYK Percentages of Color #afddef

%27
%8
%0
%6

Triadic Colors of #afddef

#afddef #efafdd #ddefaf

Analogous Colors of #afddef

#afddef #afbdef #afefe1

Monochromatic Colors of #afddef

#afddef

Complementary Color

#afddef #efc1af

#afddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddef Color CSS Codes

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

#afddef Text Font Color

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

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


#afddef Background Color

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

This div background color is #afddef


#afddef Border Color

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

This div border color is #afddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddef


Comments

No comments written yet.

Please login to write comment.