Color Hex Logo

#bbe212 Color Hex

#BBE212
(187,226,18)
0 Favorites   0 Comments

Color spaces of #bbe212

RGB 18722618
HSL0.200.850.48
HSV71°92°89°
CMYK 0.170.000.92   0.11
XYZ47.799165.001210.5995
Yxy65.00120.38740.5268
Hunter Lab80.6233-35.263648.6415
CIE-Lab84.4844-35.506381.2452

#bbe212 color RGB value is (187,226,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 00010010
Octal 273 342 22
Decimal 187 226 18
Hex BB E2 12

RGB Percentages of Color #bbe212

%43.39
%52.44
%4.18

CMYK Percentages of Color #bbe212

%17
%0
%92
%11

Triadic Colors of #bbe212

#bbe212 #12bbe2 #e212bb

Analogous Colors of #bbe212

#bbe212 #53e212 #e2a112

Monochromatic Colors of #bbe212

#bbe212

Complementary Color

#bbe212 #3912e2

#bbe212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe212 Color CSS Codes

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

#bbe212 Text Font Color

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

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


#bbe212 Background Color

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

This div background color is #bbe212


#bbe212 Border Color

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

This div border color is #bbe212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe212


Comments

No comments written yet.

Please login to write comment.