Color Hex Logo

#bbec14 Color Hex

#BBEC14
(187,236,20)
0 Favorites   0 Comments

Color spaces of #bbec14

RGB 18723620
HSL0.200.850.50
HSV74°92°93°
CMYK 0.210.000.92   0.07
XYZ50.615270.606211.6225
Yxy70.60620.38100.5315
Hunter Lab84.0275-39.526050.6184
CIE-Lab87.2933-39.953983.2188

#bbec14 color RGB value is (187,236,20).

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

The process color (four color CMYK) of #bbec14 color hex is 0.21, 0.00, 0.92, 0.07. Web safe color of #bbec14 is #ccff00. Color #bbec14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 00010100
Octal 273 354 24
Decimal 187 236 20
Hex BB EC 14

RGB Percentages of Color #bbec14

%42.21
%53.27
%4.51

CMYK Percentages of Color #bbec14

%21
%0
%92
%7

Triadic Colors of #bbec14

#bbec14 #14bbec #ec14bb

Analogous Colors of #bbec14

#bbec14 #4fec14 #ecb114

Monochromatic Colors of #bbec14

#bbec14

Complementary Color

#bbec14 #4514ec

#bbec14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbec14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbec14 Color CSS Codes

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

#bbec14 Text Font Color

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

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


#bbec14 Background Color

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

This div background color is #bbec14


#bbec14 Border Color

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

This div border color is #bbec14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbec14


Comments

No comments written yet.

Please login to write comment.