Color Hex Logo

#bbd93d Color Hex

#BBD93D
(187,217,61)
0 Favorites   0 Comments

Color spaces of #bbd93d

RGB 18721761
HSL0.200.670.55
HSV72°72°85°
CMYK 0.140.000.72   0.15
XYZ46.148760.527413.6655
Yxy60.52740.38350.5030
Hunter Lab77.7994-30.267044.0452
CIE-Lab82.1240-29.962469.0445

#bbd93d color RGB value is (187,217,61).

#bbd93d hex color red value is 187, green value is 217 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbd93d hue: 0.20 , saturation: 0.67 and the lightness value of bbd93d is 0.55.

The process color (four color CMYK) of #bbd93d color hex is 0.14, 0.00, 0.72, 0.15. Web safe color of #bbd93d is #cccc33. Color #bbd93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011001 00111101
Octal 273 331 75
Decimal 187 217 61
Hex BB D9 3D

RGB Percentages of Color #bbd93d

%40.22
%46.67
%13.12

CMYK Percentages of Color #bbd93d

%14
%0
%72
%15

Triadic Colors of #bbd93d

#bbd93d #3dbbd9 #d93dbb

Analogous Colors of #bbd93d

#bbd93d #6dd93d #d9a93d

Monochromatic Colors of #bbd93d

#bbd93d

Complementary Color

#bbd93d #5b3dd9

#bbd93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd93d Color CSS Codes

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

#bbd93d Text Font Color

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

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


#bbd93d Background Color

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

This div background color is #bbd93d


#bbd93d Border Color

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

This div border color is #bbd93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd93d


Comments

No comments written yet.

Please login to write comment.