Color Hex Logo

#b5adcc Color Hex

#B5ADCC
(181,173,204)
0 Favorites   0 Comments

Color spaces of #b5adcc

RGB 181173204
HSL0.710.230.74
HSV255°15°80°
CMYK 0.110.150.00   0.20
XYZ44.898744.070563.2668
Yxy44.07050.29490.2895
Hunter Lab66.38564.5504-10.0346
CIE-Lab72.27568.9070-14.6926

#b5adcc color RGB value is (181,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11001100
Octal 265 255 314
Decimal 181 173 204
Hex B5 AD CC

RGB Percentages of Color #b5adcc

%32.44
%31.00
%36.56

CMYK Percentages of Color #b5adcc

%11
%15
%0
%20

Triadic Colors of #b5adcc

#b5adcc #ccb5ad #adccb5

Analogous Colors of #b5adcc

#b5adcc #c5adcc #adb5cc

Monochromatic Colors of #b5adcc

#b5adcc

Complementary Color

#b5adcc #c4ccad

#b5adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adcc Color CSS Codes

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

#b5adcc Text Font Color

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

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


#b5adcc Background Color

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

This div background color is #b5adcc


#b5adcc Border Color

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

This div border color is #b5adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adcc


Comments

No comments written yet.

Please login to write comment.