Color Hex Logo

#bbd272 Color Hex

#BBD272
(187,210,114)
0 Favorites   0 Comments

Color spaces of #bbd272

RGB 187210114
HSL0.210.520.64
HSV74°46°82°
CMYK 0.110.000.46   0.18
XYZ46.577457.872924.6353
Yxy57.87290.36080.4483
Hunter Lab76.0742-23.841134.0519
CIE-Lab80.6681-22.473744.7993

#bbd272 color RGB value is (187,210,114).

#bbd272 hex color red value is 187, green value is 210 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbd272 hue: 0.21 , saturation: 0.52 and the lightness value of bbd272 is 0.64.

The process color (four color CMYK) of #bbd272 color hex is 0.11, 0.00, 0.46, 0.18. Web safe color of #bbd272 is #cccc66. Color #bbd272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 01110010
Octal 273 322 162
Decimal 187 210 114
Hex BB D2 72

RGB Percentages of Color #bbd272

%36.59
%41.10
%22.31

CMYK Percentages of Color #bbd272

%11
%0
%46
%18

Triadic Colors of #bbd272

#bbd272 #72bbd2 #d272bb

Analogous Colors of #bbd272

#bbd272 #8bd272 #d2b972

Monochromatic Colors of #bbd272

#bbd272

Complementary Color

#bbd272 #8972d2

#bbd272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd272 Color CSS Codes

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

#bbd272 Text Font Color

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

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


#bbd272 Background Color

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

This div background color is #bbd272


#bbd272 Border Color

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

This div border color is #bbd272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd272


Comments

No comments written yet.

Please login to write comment.