Color Hex Logo

#adafcc Color Hex

#ADAFCC
(173,175,204)
0 Favorites   0 Comments

Color spaces of #adafcc

RGB 173175204
HSL0.660.230.74
HSV236°15°80°
CMYK 0.150.140.00   0.20
XYZ43.462643.903863.3103
Yxy43.90380.28840.2914
Hunter Lab66.25991.1305-10.2687
CIE-Lab72.16425.1905-14.9230

#adafcc color RGB value is (173,175,204).

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

The process color (four color CMYK) of #adafcc color hex is 0.15, 0.14, 0.00, 0.20. Web safe color of #adafcc is #9999cc. Color #adafcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 11001100
Octal 255 257 314
Decimal 173 175 204
Hex AD AF CC

RGB Percentages of Color #adafcc

%31.34
%31.70
%36.96

CMYK Percentages of Color #adafcc

%15
%14
%0
%20

Triadic Colors of #adafcc

#adafcc #ccadaf #afccad

Analogous Colors of #adafcc

#adafcc #bbadcc #adbfcc

Monochromatic Colors of #adafcc

#adafcc

Complementary Color

#adafcc #cccaad

#adafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafcc Color CSS Codes

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

#adafcc Text Font Color

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

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


#adafcc Background Color

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

This div background color is #adafcc


#adafcc Border Color

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

This div border color is #adafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafcc


Comments

No comments written yet.

Please login to write comment.