Color Hex Logo

#bbbf14 Color Hex

#BBBF14
(187,191,20)
0 Favorites   0 Comments

Color spaces of #bbbf14

RGB 18719120
HSL0.170.810.41
HSV61°90°75°
CMYK 0.020.000.90   0.25
XYZ39.250647.87697.8343
Yxy47.87690.41330.5042
Hunter Lab69.1931-19.831841.7222
CIE-Lab74.7472-18.812173.2760

#bbbf14 color RGB value is (187,191,20).

#bbbf14 hex color red value is 187, green value is 191 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bbbf14 hue: 0.17 , saturation: 0.81 and the lightness value of bbbf14 is 0.41.

The process color (four color CMYK) of #bbbf14 color hex is 0.02, 0.00, 0.90, 0.25. Web safe color of #bbbf14 is #cccc00. Color #bbbf14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00010100
Octal 273 277 24
Decimal 187 191 20
Hex BB BF 14

RGB Percentages of Color #bbbf14

%46.98
%47.99
%5.03

CMYK Percentages of Color #bbbf14

%2
%0
%90
%25

Triadic Colors of #bbbf14

#bbbf14 #14bbbf #bf14bb

Analogous Colors of #bbbf14

#bbbf14 #66bf14 #bf6e14

Monochromatic Colors of #bbbf14

#bbbf14

Complementary Color

#bbbf14 #1814bf

#bbbf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf14 Color CSS Codes

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

#bbbf14 Text Font Color

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

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


#bbbf14 Background Color

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

This div background color is #bbbf14


#bbbf14 Border Color

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

This div border color is #bbbf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf14


Comments

No comments written yet.

Please login to write comment.