Color Hex Logo

#bbd814 Color Hex

#BBD814
(187,216,20)
0 Favorites   0 Comments

Color spaces of #bbd814

RGB 18721620
HSL0.190.830.46
HSV69°91°85°
CMYK 0.130.000.91   0.15
XYZ45.175759.72709.8093
Yxy59.72700.39380.5207
Hunter Lab77.2832-30.904046.5728
CIE-Lab81.6896-30.871478.7722

#bbd814 color RGB value is (187,216,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00010100
Octal 273 330 24
Decimal 187 216 20
Hex BB D8 14

RGB Percentages of Color #bbd814

%44.21
%51.06
%4.73

CMYK Percentages of Color #bbd814

%13
%0
%91
%15

Triadic Colors of #bbd814

#bbd814 #14bbd8 #d814bb

Analogous Colors of #bbd814

#bbd814 #59d814 #d89314

Monochromatic Colors of #bbd814

#bbd814

Complementary Color

#bbd814 #3114d8

#bbd814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd814 Color CSS Codes

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

#bbd814 Text Font Color

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

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


#bbd814 Background Color

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

This div background color is #bbd814


#bbd814 Border Color

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

This div border color is #bbd814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd814


Comments

No comments written yet.

Please login to write comment.