Color Hex Logo

#adafdd Color Hex

#ADAFDD
(173,175,221)
0 Favorites   0 Comments

Color spaces of #adafdd

RGB 173175221
HSL0.660.410.77
HSV238°22°87°
CMYK 0.220.210.00   0.13
XYZ45.614744.764674.6429
Yxy44.76460.27640.2713
Hunter Lab66.90644.6097-19.3114
CIE-Lab72.73668.9788-23.3547

#adafdd color RGB value is (173,175,221).

#adafdd hex color red value is 173, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #adafdd hue: 0.66 , saturation: 0.41 and the lightness value of adafdd is 0.77.

The process color (four color CMYK) of #adafdd color hex is 0.22, 0.21, 0.00, 0.13. Web safe color of #adafdd is #9999cc. Color #adafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11011101
Octal 255 257 335
Decimal 173 175 221
Hex AD AF DD

RGB Percentages of Color #adafdd

%30.40
%30.76
%38.84

CMYK Percentages of Color #adafdd

%22
%21
%0
%13

Triadic Colors of #adafdd

#adafdd #ddadaf #afddad

Analogous Colors of #adafdd

#adafdd #c3addd #adc7dd

Monochromatic Colors of #adafdd

#adafdd

Complementary Color

#adafdd #dddbad

#adafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafdd Color CSS Codes

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

#adafdd Text Font Color

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

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


#adafdd Background Color

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

This div background color is #adafdd


#adafdd Border Color

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

This div border color is #adafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafdd


Comments

No comments written yet.

Please login to write comment.