Color Hex Logo

#b5adcf Color Hex

#B5ADCF
(181,173,207)
0 Favorites   0 Comments

Color spaces of #b5adcf

RGB 181173207
HSL0.710.260.75
HSV254°16°81°
CMYK 0.130.160.00   0.19
XYZ45.262144.215965.1804
Yxy44.21590.29270.2859
Hunter Lab66.49505.1358-11.5713
CIE-Lab72.37269.5368-16.1913

#b5adcf color RGB value is (181,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101101 11001111
Octal 265 255 317
Decimal 181 173 207
Hex B5 AD CF

RGB Percentages of Color #b5adcf

%32.26
%30.84
%36.90

CMYK Percentages of Color #b5adcf

%13
%16
%0
%19

Triadic Colors of #b5adcf

#b5adcf #cfb5ad #adcfb5

Analogous Colors of #b5adcf

#b5adcf #c6adcf #adb6cf

Monochromatic Colors of #b5adcf

#b5adcf

Complementary Color

#b5adcf #c7cfad

#b5adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5adcf Color CSS Codes

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

#b5adcf Text Font Color

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

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


#b5adcf Background Color

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

This div background color is #b5adcf


#b5adcf Border Color

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

This div border color is #b5adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5adcf


Comments

No comments written yet.

Please login to write comment.