Color Hex Logo

#bbc950 Color Hex

#BBC950
(187,201,80)
0 Favorites   0 Comments

Color spaces of #bbc950

RGB 18720180
HSL0.190.530.55
HSV67°60°79°
CMYK 0.070.000.60   0.21
XYZ42.828152.917315.5462
Yxy52.91730.38480.4755
Hunter Lab72.7443-22.210838.2501
CIE-Lab77.8261-21.098357.2367

#bbc950 color RGB value is (187,201,80).

#bbc950 hex color red value is 187, green value is 201 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbc950 hue: 0.19 , saturation: 0.53 and the lightness value of bbc950 is 0.55.

The process color (four color CMYK) of #bbc950 color hex is 0.07, 0.00, 0.60, 0.21. Web safe color of #bbc950 is #cccc66. Color #bbc950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01010000
Octal 273 311 120
Decimal 187 201 80
Hex BB C9 50

RGB Percentages of Color #bbc950

%39.96
%42.95
%17.09

CMYK Percentages of Color #bbc950

%7
%0
%60
%21

Triadic Colors of #bbc950

#bbc950 #50bbc9 #c950bb

Analogous Colors of #bbc950

#bbc950 #7fc950 #c99b50

Monochromatic Colors of #bbc950

#bbc950

Complementary Color

#bbc950 #5e50c9

#bbc950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc950 Color CSS Codes

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

#bbc950 Text Font Color

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

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


#bbc950 Background Color

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

This div background color is #bbc950


#bbc950 Border Color

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

This div border color is #bbc950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc950


Comments

No comments written yet.

Please login to write comment.