Color Hex Logo

#b5adca Color Hex

#B5ADCA
(181,173,202)
0 Favorites   0 Comments

Color spaces of #b5adca

RGB 181173202
HSL0.710.210.74
HSV257°14°79°
CMYK 0.100.140.00   0.21
XYZ44.660343.975262.0113
Yxy43.97520.29650.2919
Hunter Lab66.31384.1651-9.0236
CIE-Lab72.21198.4910-13.6910

#b5adca color RGB value is (181,173,202).

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

The process color (four color CMYK) of #b5adca color hex is 0.10, 0.14, 0.00, 0.21. Web safe color of #b5adca is #cc99cc. Color #b5adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11001010
Octal 265 255 312
Decimal 181 173 202
Hex B5 AD CA

RGB Percentages of Color #b5adca

%32.55
%31.12
%36.33

CMYK Percentages of Color #b5adca

%10
%14
%0
%21

Triadic Colors of #b5adca

#b5adca #cab5ad #adcab5

Analogous Colors of #b5adca

#b5adca #c4adca #adb4ca

Monochromatic Colors of #b5adca

#b5adca

Complementary Color

#b5adca #c2caad

#b5adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adca Color CSS Codes

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

#b5adca Text Font Color

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

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


#b5adca Background Color

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

This div background color is #b5adca


#b5adca Border Color

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

This div border color is #b5adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adca

#b5adca Color Palettes


Comments

No comments written yet.

Please login to write comment.