Color Hex Logo

#bbd23f Color Hex

#BBD23F
(187,210,63)
0 Favorites   0 Comments

Color spaces of #bbd23f

RGB 18721063
HSL0.190.620.54
HSV69°70°82°
CMYK 0.110.000.70   0.18
XYZ44.437357.016913.3659
Yxy57.01690.38700.4966
Hunter Lab75.5095-27.094642.3618
CIE-Lab80.1891-26.541466.4456

#bbd23f color RGB value is (187,210,63).

#bbd23f hex color red value is 187, green value is 210 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbd23f hue: 0.19 , saturation: 0.62 and the lightness value of bbd23f is 0.54.

The process color (four color CMYK) of #bbd23f color hex is 0.11, 0.00, 0.70, 0.18. Web safe color of #bbd23f is #cccc33. Color #bbd23f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 00111111
Octal 273 322 77
Decimal 187 210 63
Hex BB D2 3F

RGB Percentages of Color #bbd23f

%40.65
%45.65
%13.70

CMYK Percentages of Color #bbd23f

%11
%0
%70
%18

Triadic Colors of #bbd23f

#bbd23f #3fbbd2 #d23fbb

Analogous Colors of #bbd23f

#bbd23f #72d23f #d2a03f

Monochromatic Colors of #bbd23f

#bbd23f

Complementary Color

#bbd23f #563fd2

#bbd23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd23f Color CSS Codes

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

#bbd23f Text Font Color

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

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


#bbd23f Background Color

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

This div background color is #bbd23f


#bbd23f Border Color

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

This div border color is #bbd23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd23f


Comments

No comments written yet.

Please login to write comment.