Color Hex Logo

#bbd514 Color Hex

#BBD514
(187,213,20)
0 Favorites   0 Comments

Color spaces of #bbd514

RGB 18721320
HSL0.190.830.46
HSV68°91°84°
CMYK 0.120.000.91   0.16
XYZ44.414058.20389.5554
Yxy58.20380.39590.5189
Hunter Lab76.2914-29.594045.9780
CIE-Lab80.8520-29.466578.1084

#bbd514 color RGB value is (187,213,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 00010100
Octal 273 325 24
Decimal 187 213 20
Hex BB D5 14

RGB Percentages of Color #bbd514

%44.52
%50.71
%4.76

CMYK Percentages of Color #bbd514

%12
%0
%91
%16

Triadic Colors of #bbd514

#bbd514 #14bbd5 #d514bb

Analogous Colors of #bbd514

#bbd514 #5ad514 #d58f14

Monochromatic Colors of #bbd514

#bbd514

Complementary Color

#bbd514 #2e14d5

#bbd514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd514 Color CSS Codes

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

#bbd514 Text Font Color

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

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


#bbd514 Background Color

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

This div background color is #bbd514


#bbd514 Border Color

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

This div border color is #bbd514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd514


Comments

No comments written yet.

Please login to write comment.