Color Hex Logo

#b0adcf Color Hex

#B0ADCF
(176,173,207)
0 Favorites   0 Comments

Color spaces of #b0adcf

RGB 176173207
HSL0.680.260.75
HSV245°16°81°
CMYK 0.150.160.00   0.19
XYZ44.110643.622265.1265
Yxy43.62220.28860.2854
Hunter Lab66.04713.6316-12.2306
CIE-Lab71.97537.9097-16.8299

#b0adcf color RGB value is (176,173,207).

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

The process color (four color CMYK) of #b0adcf color hex is 0.15, 0.16, 0.00, 0.19. Web safe color of #b0adcf is #9999cc. Color #b0adcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101101 11001111
Octal 260 255 317
Decimal 176 173 207
Hex B0 AD CF

RGB Percentages of Color #b0adcf

%31.65
%31.12
%37.23

CMYK Percentages of Color #b0adcf

%15
%16
%0
%19

Triadic Colors of #b0adcf

#b0adcf #cfb0ad #adcfb0

Analogous Colors of #b0adcf

#b0adcf #c1adcf #adbbcf

Monochromatic Colors of #b0adcf

#b0adcf

Complementary Color

#b0adcf #cccfad

#b0adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0adcf Color CSS Codes

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

#b0adcf Text Font Color

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

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


#b0adcf Background Color

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

This div background color is #b0adcf


#b0adcf Border Color

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

This div border color is #b0adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0adcf


Comments

No comments written yet.

Please login to write comment.