Color Hex Logo

#adcacc Color Hex

#ADCACC
(173,202,204)
0 Favorites   0 Comments

Color spaces of #adcacc

RGB 173202204
HSL0.510.230.74
HSV184°15°80°
CMYK 0.150.010.00   0.20
XYZ49.253255.484965.2405
Yxy55.48490.28980.3264
Hunter Lab74.4882-12.32630.2126
CIE-Lab79.3198-9.2533-4.2652

#adcacc color RGB value is (173,202,204).

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

The process color (four color CMYK) of #adcacc color hex is 0.15, 0.01, 0.00, 0.20. Web safe color of #adcacc is #99cccc. Color #adcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 11001100
Octal 255 312 314
Decimal 173 202 204
Hex AD CA CC

RGB Percentages of Color #adcacc

%29.88
%34.89
%35.23

CMYK Percentages of Color #adcacc

%15
%1
%0
%20

Triadic Colors of #adcacc

#adcacc #ccadca #caccad

Analogous Colors of #adcacc

#adcacc #adbbcc #adccbf

Monochromatic Colors of #adcacc

#adcacc

Complementary Color

#adcacc #ccafad

#adcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcacc Color CSS Codes

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

#adcacc Text Font Color

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

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


#adcacc Background Color

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

This div background color is #adcacc


#adcacc Border Color

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

This div border color is #adcacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,202,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 #adcacc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcacc


Comments

No comments written yet.

Please login to write comment.