Color Hex Logo

#bbc41e Color Hex

#BBC41E
(187,196,30)
0 Favorites   0 Comments

Color spaces of #bbc41e

RGB 18719630
HSL0.180.730.44
HSV63°85°77°
CMYK 0.050.000.85   0.23
XYZ40.467850.13848.7731
Yxy50.13840.40720.5045
Hunter Lab70.8085-21.900242.2200
CIE-Lab76.1541-21.066772.5036

#bbc41e color RGB value is (187,196,30).

#bbc41e hex color red value is 187, green value is 196 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbc41e hue: 0.18 , saturation: 0.73 and the lightness value of bbc41e is 0.44.

The process color (four color CMYK) of #bbc41e color hex is 0.05, 0.00, 0.85, 0.23. Web safe color of #bbc41e is #cccc33. Color #bbc41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00011110
Octal 273 304 36
Decimal 187 196 30
Hex BB C4 1E

RGB Percentages of Color #bbc41e

%45.28
%47.46
%7.26

CMYK Percentages of Color #bbc41e

%5
%0
%85
%23

Triadic Colors of #bbc41e

#bbc41e #1ebbc4 #c41ebb

Analogous Colors of #bbc41e

#bbc41e #68c41e #c47a1e

Monochromatic Colors of #bbc41e

#bbc41e

Complementary Color

#bbc41e #271ec4

#bbc41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc41e Color CSS Codes

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

#bbc41e Text Font Color

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

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


#bbc41e Background Color

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

This div background color is #bbc41e


#bbc41e Border Color

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

This div border color is #bbc41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc41e


Comments

No comments written yet.

Please login to write comment.