Color Hex Logo

#adc6ca Color Hex

#ADC6CA
(173,198,202)
0 Favorites   0 Comments

Color spaces of #adc6ca

RGB 173198202
HSL0.520.210.74
HSV188°14°79°
CMYK 0.140.020.00   0.21
XYZ48.088353.536763.6762
Yxy53.53670.29090.3239
Hunter Lab73.1688-10.7308-0.3798
CIE-Lab78.1908-7.5786-4.8532

#adc6ca color RGB value is (173,198,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 11001010
Octal 255 306 312
Decimal 173 198 202
Hex AD C6 CA

RGB Percentages of Color #adc6ca

%30.19
%34.55
%35.25

CMYK Percentages of Color #adc6ca

%14
%2
%0
%21

Triadic Colors of #adc6ca

#adc6ca #caadc6 #c6caad

Analogous Colors of #adc6ca

#adc6ca #adb8ca #adcac0

Monochromatic Colors of #adc6ca

#adc6ca

Complementary Color

#adc6ca #cab1ad

#adc6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc6ca Color CSS Codes

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

#adc6ca Text Font Color

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

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


#adc6ca Background Color

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

This div background color is #adc6ca


#adc6ca Border Color

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

This div border color is #adc6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc6ca


Comments

No comments written yet.

Please login to write comment.