Color Hex Logo

#adb2ca Color Hex

#ADB2CA
(173,178,202)
0 Favorites   0 Comments

Color spaces of #adb2ca

RGB 173178202
HSL0.640.210.74
HSV230°14°79°
CMYK 0.140.120.00   0.21
XYZ43.814644.989362.2516
Yxy44.98930.29010.2978
Hunter Lab67.0741-0.7786-8.0753
CIE-Lab72.88483.1212-12.7447

#adb2ca color RGB value is (173,178,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 11001010
Octal 255 262 312
Decimal 173 178 202
Hex AD B2 CA

RGB Percentages of Color #adb2ca

%31.28
%32.19
%36.53

CMYK Percentages of Color #adb2ca

%14
%12
%0
%21

Triadic Colors of #adb2ca

#adb2ca #caadb2 #b2caad

Analogous Colors of #adb2ca

#adb2ca #b7adca #adc1ca

Monochromatic Colors of #adb2ca

#adb2ca

Complementary Color

#adb2ca #cac5ad

#adb2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2ca Color CSS Codes

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

#adb2ca Text Font Color

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

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


#adb2ca Background Color

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

This div background color is #adb2ca


#adb2ca Border Color

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

This div border color is #adb2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2ca


Comments

No comments written yet.

Please login to write comment.