Color Hex Logo

#bbe413 Color Hex

#BBE413
(187,228,19)
0 Favorites   0 Comments

Color spaces of #bbe413

RGB 18722819
HSL0.200.850.48
HSV72°92°89°
CMYK 0.180.000.92   0.11
XYZ48.354566.098610.8259
Yxy66.09860.38600.5276
Hunter Lab81.3010-36.112449.0158
CIE-Lab85.0467-36.396081.5643

#bbe413 color RGB value is (187,228,19).

#bbe413 hex color red value is 187, green value is 228 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bbe413 hue: 0.20 , saturation: 0.85 and the lightness value of bbe413 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 00010011
Octal 273 344 23
Decimal 187 228 19
Hex BB E4 13

RGB Percentages of Color #bbe413

%43.09
%52.53
%4.38

CMYK Percentages of Color #bbe413

%18
%0
%92
%11

Triadic Colors of #bbe413

#bbe413 #13bbe4 #e413bb

Analogous Colors of #bbe413

#bbe413 #53e413 #e4a513

Monochromatic Colors of #bbe413

#bbe413

Complementary Color

#bbe413 #3c13e4

#bbe413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe413 Color CSS Codes

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

#bbe413 Text Font Color

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

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


#bbe413 Background Color

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

This div background color is #bbe413


#bbe413 Border Color

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

This div border color is #bbe413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe413


Comments

No comments written yet.

Please login to write comment.