Color Hex Logo

#adafca Color Hex

#ADAFCA
(173,175,202)
0 Favorites   0 Comments

Color spaces of #adafca

RGB 173175202
HSL0.660.210.74
HSV236°14°79°
CMYK 0.140.130.00   0.21
XYZ43.224243.808462.0548
Yxy43.80840.28990.2938
Hunter Lab66.18790.7411-9.2561
CIE-Lab72.10024.7604-13.9223

#adafca color RGB value is (173,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11001010
Octal 255 257 312
Decimal 173 175 202
Hex AD AF CA

RGB Percentages of Color #adafca

%31.45
%31.82
%36.73

CMYK Percentages of Color #adafca

%14
%13
%0
%21

Triadic Colors of #adafca

#adafca #caadaf #afcaad

Analogous Colors of #adafca

#adafca #baadca #adbeca

Monochromatic Colors of #adafca

#adafca

Complementary Color

#adafca #cac8ad

#adafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafca Color CSS Codes

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

#adafca Text Font Color

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

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


#adafca Background Color

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

This div background color is #adafca


#adafca Border Color

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

This div border color is #adafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafca


Comments

No comments written yet.

Please login to write comment.