Color Hex Logo

#bbe13d Color Hex

#BBE13D
(187,225,61)
0 Favorites   0 Comments

Color spaces of #bbe13d

RGB 18722561
HSL0.210.730.56
HSV74°73°88°
CMYK 0.170.000.73   0.12
XYZ48.261064.752114.3697
Yxy64.75210.37890.5083
Hunter Lab80.4687-33.765045.7404
CIE-Lab84.3558-33.675671.2012

#bbe13d color RGB value is (187,225,61).

#bbe13d hex color red value is 187, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbe13d hue: 0.21 , saturation: 0.73 and the lightness value of bbe13d is 0.56.

The process color (four color CMYK) of #bbe13d color hex is 0.17, 0.00, 0.73, 0.12. Web safe color of #bbe13d is #cccc33. Color #bbe13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 00111101
Octal 273 341 75
Decimal 187 225 61
Hex BB E1 3D

RGB Percentages of Color #bbe13d

%39.53
%47.57
%12.90

CMYK Percentages of Color #bbe13d

%17
%0
%73
%12

Triadic Colors of #bbe13d

#bbe13d #3dbbe1 #e13dbb

Analogous Colors of #bbe13d

#bbe13d #69e13d #e1b53d

Monochromatic Colors of #bbe13d

#bbe13d

Complementary Color

#bbe13d #633de1

#bbe13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe13d Color CSS Codes

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

#bbe13d Text Font Color

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

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


#bbe13d Background Color

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

This div background color is #bbe13d


#bbe13d Border Color

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

This div border color is #bbe13d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe13d


Comments

No comments written yet.

Please login to write comment.