Color Hex Logo

#adb4ce Color Hex

#ADB4CE
(173,180,206)
0 Favorites   0 Comments

Color spaces of #adb4ce

RGB 173180206
HSL0.630.250.74
HSV227°16°81°
CMYK 0.160.130.00   0.19
XYZ44.695445.983064.9124
Yxy45.98300.28730.2955
Hunter Lab67.8108-1.0160-9.2883
CIE-Lab73.53452.8920-13.9567

#adb4ce color RGB value is (173,180,206).

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

The process color (four color CMYK) of #adb4ce color hex is 0.16, 0.13, 0.00, 0.19. Web safe color of #adb4ce is #99cccc. Color #adb4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 11001110
Octal 255 264 316
Decimal 173 180 206
Hex AD B4 CE

RGB Percentages of Color #adb4ce

%30.95
%32.20
%36.85

CMYK Percentages of Color #adb4ce

%16
%13
%0
%19

Triadic Colors of #adb4ce

#adb4ce #ceadb4 #b4cead

Analogous Colors of #adb4ce

#adb4ce #b7adce #adc5ce

Monochromatic Colors of #adb4ce

#adb4ce

Complementary Color

#adb4ce #cec7ad

#adb4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb4ce Color CSS Codes

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

#adb4ce Text Font Color

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

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


#adb4ce Background Color

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

This div background color is #adb4ce


#adb4ce Border Color

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

This div border color is #adb4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb4ce


Comments

No comments written yet.

Please login to write comment.