Color Hex Logo

#adafc8 Color Hex

#ADAFC8
(173,175,200)
0 Favorites   0 Comments

Color spaces of #adafc8

RGB 173175200
HSL0.650.200.73
HSV236°14°78°
CMYK 0.140.130.00   0.22
XYZ42.988943.714360.8155
Yxy43.71430.29140.2963
Hunter Lab66.11680.3557-8.2543
CIE-Lab72.03714.3335-12.9199

#adafc8 color RGB value is (173,175,200).

#adafc8 hex color red value is 173, green value is 175 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #adafc8 hue: 0.65 , saturation: 0.20 and the lightness value of adafc8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11001000
Octal 255 257 310
Decimal 173 175 200
Hex AD AF C8

RGB Percentages of Color #adafc8

%31.57
%31.93
%36.50

CMYK Percentages of Color #adafc8

%14
%13
%0
%22

Triadic Colors of #adafc8

#adafc8 #c8adaf #afc8ad

Analogous Colors of #adafc8

#adafc8 #b9adc8 #adbdc8

Monochromatic Colors of #adafc8

#adafc8

Complementary Color

#adafc8 #c8c6ad

#adafc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafc8 Color CSS Codes

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

#adafc8 Text Font Color

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

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


#adafc8 Background Color

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

This div background color is #adafc8


#adafc8 Border Color

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

This div border color is #adafc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafc8


Comments

No comments written yet.

Please login to write comment.