Color Hex Logo

#adb2ce Color Hex

#ADB2CE
(173,178,206)
0 Favorites   0 Comments

Color spaces of #adb2ce

RGB 173178206
HSL0.640.250.74
HSV231°16°81°
CMYK 0.160.140.00   0.19
XYZ44.294645.181364.7788
Yxy45.18130.28720.2929
Hunter Lab67.2170-0.0021-10.0874
CIE-Lab73.01113.9823-14.7435

#adb2ce color RGB value is (173,178,206).

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

The process color (four color CMYK) of #adb2ce color hex is 0.16, 0.14, 0.00, 0.19. Web safe color of #adb2ce is #9999cc. Color #adb2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 11001110
Octal 255 262 316
Decimal 173 178 206
Hex AD B2 CE

RGB Percentages of Color #adb2ce

%31.06
%31.96
%36.98

CMYK Percentages of Color #adb2ce

%16
%14
%0
%19

Triadic Colors of #adb2ce

#adb2ce #ceadb2 #b2cead

Analogous Colors of #adb2ce

#adb2ce #b9adce #adc3ce

Monochromatic Colors of #adb2ce

#adb2ce

Complementary Color

#adb2ce #cec9ad

#adb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2ce Color CSS Codes

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

#adb2ce Text Font Color

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

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


#adb2ce Background Color

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

This div background color is #adb2ce


#adb2ce Border Color

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

This div border color is #adb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2ce


Comments

No comments written yet.

Please login to write comment.