Color Hex Logo

#adafd7 Color Hex

#ADAFD7
(173,175,215)
0 Favorites   0 Comments

Color spaces of #adafd7

RGB 173175215
HSL0.660.340.76
HSV237°20°84°
CMYK 0.200.190.00   0.16
XYZ44.829344.450570.5070
Yxy44.45050.28060.2782
Hunter Lab66.67123.3477-16.0313
CIE-Lab72.52867.6158-20.3942

#adafd7 color RGB value is (173,175,215).

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

The process color (four color CMYK) of #adafd7 color hex is 0.20, 0.19, 0.00, 0.16. Web safe color of #adafd7 is #9999cc. Color #adafd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11010111
Octal 255 257 327
Decimal 173 175 215
Hex AD AF D7

RGB Percentages of Color #adafd7

%30.73
%31.08
%38.19

CMYK Percentages of Color #adafd7

%20
%19
%0
%16

Triadic Colors of #adafd7

#adafd7 #d7adaf #afd7ad

Analogous Colors of #adafd7

#adafd7 #c0add7 #adc4d7

Monochromatic Colors of #adafd7

#adafd7

Complementary Color

#adafd7 #d7d5ad

#adafd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafd7 Color CSS Codes

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

#adafd7 Text Font Color

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

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


#adafd7 Background Color

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

This div background color is #adafd7


#adafd7 Border Color

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

This div border color is #adafd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafd7


Comments

No comments written yet.

Please login to write comment.