Color Hex Logo

#bbec45 Color Hex

#BBEC45
(187,236,69)
0 Favorites   0 Comments

Color spaces of #bbec45

RGB 18723669
HSL0.220.810.60
HSV78°71°93°
CMYK 0.210.000.71   0.07
XYZ51.563170.985416.6141
Yxy70.98540.37050.5101
Hunter Lab84.2528-38.199747.2854
CIE-Lab87.4779-38.235271.5370

#bbec45 color RGB value is (187,236,69).

#bbec45 hex color red value is 187, green value is 236 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bbec45 hue: 0.22 , saturation: 0.81 and the lightness value of bbec45 is 0.60.

The process color (four color CMYK) of #bbec45 color hex is 0.21, 0.00, 0.71, 0.07. Web safe color of #bbec45 is #ccff33. Color #bbec45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 01000101
Octal 273 354 105
Decimal 187 236 69
Hex BB EC 45

RGB Percentages of Color #bbec45

%38.01
%47.97
%14.02

CMYK Percentages of Color #bbec45

%21
%0
%71
%7

Triadic Colors of #bbec45

#bbec45 #45bbec #ec45bb

Analogous Colors of #bbec45

#bbec45 #68ec45 #ecca45

Monochromatic Colors of #bbec45

#bbec45

Complementary Color

#bbec45 #7645ec

#bbec45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbec45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbec45 Color CSS Codes

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

#bbec45 Text Font Color

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

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


#bbec45 Background Color

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

This div background color is #bbec45


#bbec45 Border Color

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

This div border color is #bbec45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbec45


Comments

No comments written yet.

Please login to write comment.