Color Hex Logo

#adc5ca Color Hex

#ADC5CA
(173,197,202)
0 Favorites   0 Comments

Color spaces of #adc5ca

RGB 173197202
HSL0.530.210.74
HSV190°14°79°
CMYK 0.140.020.00   0.21
XYZ47.860553.081063.6003
Yxy53.08100.29090.3226
Hunter Lab72.8567-10.2403-0.7575
CIE-Lab77.9228-7.0535-5.2488

#adc5ca color RGB value is (173,197,202).

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

The process color (four color CMYK) of #adc5ca color hex is 0.14, 0.02, 0.00, 0.21. Web safe color of #adc5ca is #99cccc. Color #adc5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 11001010
Octal 255 305 312
Decimal 173 197 202
Hex AD C5 CA

RGB Percentages of Color #adc5ca

%30.24
%34.44
%35.31

CMYK Percentages of Color #adc5ca

%14
%2
%0
%21

Triadic Colors of #adc5ca

#adc5ca #caadc5 #c5caad

Analogous Colors of #adc5ca

#adc5ca #adb7ca #adcac1

Monochromatic Colors of #adc5ca

#adc5ca

Complementary Color

#adc5ca #cab2ad

#adc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc5ca Color CSS Codes

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

#adc5ca Text Font Color

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

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


#adc5ca Background Color

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

This div background color is #adc5ca


#adc5ca Border Color

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

This div border color is #adc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc5ca


Comments

No comments written yet.

Please login to write comment.