Color Hex Logo

#b5adcb Color Hex

#B5ADCB
(181,173,203)
0 Favorites   0 Comments

Color spaces of #b5adcb

RGB 181173203
HSL0.710.220.74
HSV256°15°80°
CMYK 0.110.150.00   0.20
XYZ44.779144.022762.6370
Yxy44.02270.29570.2907
Hunter Lab66.34964.3572-9.5277
CIE-Lab72.24378.6985-14.1920

#b5adcb color RGB value is (181,173,203).

#b5adcb hex color red value is 181, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5adcb hue: 0.71 , saturation: 0.22 and the lightness value of b5adcb is 0.74.

The process color (four color CMYK) of #b5adcb color hex is 0.11, 0.15, 0.00, 0.20. Web safe color of #b5adcb is #cc99cc. Color #b5adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11001011
Octal 265 255 313
Decimal 181 173 203
Hex B5 AD CB

RGB Percentages of Color #b5adcb

%32.50
%31.06
%36.45

CMYK Percentages of Color #b5adcb

%11
%15
%0
%20

Triadic Colors of #b5adcb

#b5adcb #cbb5ad #adcbb5

Analogous Colors of #b5adcb

#b5adcb #c4adcb #adb4cb

Monochromatic Colors of #b5adcb

#b5adcb

Complementary Color

#b5adcb #c3cbad

#b5adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adcb Color CSS Codes

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

#b5adcb Text Font Color

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

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


#b5adcb Background Color

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

This div background color is #b5adcb


#b5adcb Border Color

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

This div border color is #b5adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adcb


Comments

No comments written yet.

Please login to write comment.