Color Hex Logo

#bbde14 Color Hex

#BBDE14
(187,222,20)
0 Favorites   0 Comments

Color spaces of #bbde14

RGB 18722220
HSL0.200.830.47
HSV70°91°87°
CMYK 0.160.000.91   0.13
XYZ46.741162.857910.3311
Yxy62.85790.38970.5241
Hunter Lab79.2830-33.510947.7722
CIE-Lab83.3676-33.648180.1029

#bbde14 color RGB value is (187,222,20).

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

The process color (four color CMYK) of #bbde14 color hex is 0.16, 0.00, 0.91, 0.13. Web safe color of #bbde14 is #cccc00. Color #bbde14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00010100
Octal 273 336 24
Decimal 187 222 20
Hex BB DE 14

RGB Percentages of Color #bbde14

%43.59
%51.75
%4.66

CMYK Percentages of Color #bbde14

%16
%0
%91
%13

Triadic Colors of #bbde14

#bbde14 #14bbde #de14bb

Analogous Colors of #bbde14

#bbde14 #56de14 #de9c14

Monochromatic Colors of #bbde14

#bbde14

Complementary Color

#bbde14 #3714de

#bbde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde14 Color CSS Codes

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

#bbde14 Text Font Color

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

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


#bbde14 Background Color

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

This div background color is #bbde14


#bbde14 Border Color

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

This div border color is #bbde14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,222,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 #bbde14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde14


Comments

No comments written yet.

Please login to write comment.