Color Hex Logo

#bbadd4 Color Hex

#BBADD4
(187,173,212)
0 Favorites   0 Comments

Color spaces of #bbadd4

RGB 187173212
HSL0.730.310.75
HSV262°18°83°
CMYK 0.120.180.00   0.17
XYZ47.320845.205468.5188
Yxy45.20540.29380.2807
Hunter Lab67.23507.9693-13.3577
CIE-Lab73.026912.5484-17.8931

#bbadd4 color RGB value is (187,173,212).

#bbadd4 hex color red value is 187, green value is 173 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bbadd4 hue: 0.73 , saturation: 0.31 and the lightness value of bbadd4 is 0.75.

The process color (four color CMYK) of #bbadd4 color hex is 0.12, 0.18, 0.00, 0.17. Web safe color of #bbadd4 is #cc99cc. Color #bbadd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11010100
Octal 273 255 324
Decimal 187 173 212
Hex BB AD D4

RGB Percentages of Color #bbadd4

%32.69
%30.24
%37.06

CMYK Percentages of Color #bbadd4

%12
%18
%0
%17

Triadic Colors of #bbadd4

#bbadd4 #d4bbad #add4bb

Analogous Colors of #bbadd4

#bbadd4 #cfadd4 #adb3d4

Monochromatic Colors of #bbadd4

#bbadd4

Complementary Color

#bbadd4 #c6d4ad

#bbadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadd4 Color CSS Codes

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

#bbadd4 Text Font Color

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

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


#bbadd4 Background Color

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

This div background color is #bbadd4


#bbadd4 Border Color

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

This div border color is #bbadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadd4


Comments

No comments written yet.

Please login to write comment.