Color Hex Logo

#bbe319 Color Hex

#BBE319
(187,227,25)
0 Favorites   0 Comments

Color spaces of #bbe319

RGB 18722725
HSL0.200.800.49
HSV72°89°89°
CMYK 0.180.000.89   0.11
XYZ48.138165.573211.0394
Yxy65.57320.38590.5256
Hunter Lab80.9773-35.598448.6013
CIE-Lab84.7782-35.835380.4964

#bbe319 color RGB value is (187,227,25).

#bbe319 hex color red value is 187, green value is 227 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bbe319 hue: 0.20 , saturation: 0.80 and the lightness value of bbe319 is 0.49.

The process color (four color CMYK) of #bbe319 color hex is 0.18, 0.00, 0.89, 0.11. Web safe color of #bbe319 is #cccc00. Color #bbe319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100011 00011001
Octal 273 343 31
Decimal 187 227 25
Hex BB E3 19

RGB Percentages of Color #bbe319

%42.60
%51.71
%5.69

CMYK Percentages of Color #bbe319

%18
%0
%89
%11

Triadic Colors of #bbe319

#bbe319 #19bbe3 #e319bb

Analogous Colors of #bbe319

#bbe319 #56e319 #e3a619

Monochromatic Colors of #bbe319

#bbe319

Complementary Color

#bbe319 #4119e3

#bbe319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe319 Color CSS Codes

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

#bbe319 Text Font Color

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

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


#bbe319 Background Color

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

This div background color is #bbe319


#bbe319 Border Color

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

This div border color is #bbe319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe319


Comments

No comments written yet.

Please login to write comment.