Color Hex Logo

#bbd45f Color Hex

#BBD45F
(187,212,95)
0 Favorites   0 Comments

Color spaces of #bbd45f

RGB 18721295
HSL0.200.580.60
HSV73°55°83°
CMYK 0.120.000.55   0.17
XYZ46.102658.478019.6840
Yxy58.47800.37100.4706
Hunter Lab76.4709-26.210438.2681
CIE-Lab81.0038-25.264954.1605

#bbd45f color RGB value is (187,212,95).

#bbd45f hex color red value is 187, green value is 212 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbd45f hue: 0.20 , saturation: 0.58 and the lightness value of bbd45f is 0.60.

The process color (four color CMYK) of #bbd45f color hex is 0.12, 0.00, 0.55, 0.17. Web safe color of #bbd45f is #cccc66. Color #bbd45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01011111
Octal 273 324 137
Decimal 187 212 95
Hex BB D4 5F

RGB Percentages of Color #bbd45f

%37.85
%42.91
%19.23

CMYK Percentages of Color #bbd45f

%12
%0
%55
%17

Triadic Colors of #bbd45f

#bbd45f #5fbbd4 #d45fbb

Analogous Colors of #bbd45f

#bbd45f #81d45f #d4b35f

Monochromatic Colors of #bbd45f

#bbd45f

Complementary Color

#bbd45f #785fd4

#bbd45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd45f Color CSS Codes

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

#bbd45f Text Font Color

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

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


#bbd45f Background Color

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

This div background color is #bbd45f


#bbd45f Border Color

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

This div border color is #bbd45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd45f


Comments

No comments written yet.

Please login to write comment.