Color Hex Logo

#bbadc4 Color Hex

#BBADC4
(187,173,196)
0 Favorites   0 Comments

Color spaces of #bbadc4

RGB 187173196
HSL0.770.160.72
HSV277°12°77°
CMYK 0.050.120.00   0.23
XYZ45.400944.437558.4090
Yxy44.43750.30630.2998
Hunter Lab66.66154.9129-5.2871
CIE-Lab72.52009.3002-9.8856

#bbadc4 color RGB value is (187,173,196).

#bbadc4 hex color red value is 187, green value is 173 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bbadc4 hue: 0.77 , saturation: 0.16 and the lightness value of bbadc4 is 0.72.

The process color (four color CMYK) of #bbadc4 color hex is 0.05, 0.12, 0.00, 0.23. Web safe color of #bbadc4 is #cc99cc. Color #bbadc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11000100
Octal 273 255 304
Decimal 187 173 196
Hex BB AD C4

RGB Percentages of Color #bbadc4

%33.63
%31.12
%35.25

CMYK Percentages of Color #bbadc4

%5
%12
%0
%23

Triadic Colors of #bbadc4

#bbadc4 #c4bbad #adc4bb

Analogous Colors of #bbadc4

#bbadc4 #c4adc2 #b0adc4

Monochromatic Colors of #bbadc4

#bbadc4

Complementary Color

#bbadc4 #b6c4ad

#bbadc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadc4 Color CSS Codes

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

#bbadc4 Text Font Color

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

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


#bbadc4 Background Color

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

This div background color is #bbadc4


#bbadc4 Border Color

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

This div border color is #bbadc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadc4


Comments

No comments written yet.

Please login to write comment.