Color Hex Logo

#bbc973 Color Hex

#BBC973
(187,201,115)
0 Favorites   0 Comments

Color spaces of #bbc973

RGB 187201115
HSL0.190.440.62
HSV70°43°79°
CMYK 0.070.000.43   0.21
XYZ44.474753.575924.2168
Yxy53.57590.36370.4382
Hunter Lab73.1956-19.633031.6208
CIE-Lab78.2138-17.918341.2619

#bbc973 color RGB value is (187,201,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01110011
Octal 273 311 163
Decimal 187 201 115
Hex BB C9 73

RGB Percentages of Color #bbc973

%37.18
%39.96
%22.86

CMYK Percentages of Color #bbc973

%7
%0
%43
%21

Triadic Colors of #bbc973

#bbc973 #73bbc9 #c973bb

Analogous Colors of #bbc973

#bbc973 #90c973 #c9ac73

Monochromatic Colors of #bbc973

#bbc973

Complementary Color

#bbc973 #8173c9

#bbc973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc973 Color CSS Codes

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

#bbc973 Text Font Color

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

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


#bbc973 Background Color

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

This div background color is #bbc973


#bbc973 Border Color

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

This div border color is #bbc973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc973


Comments

No comments written yet.

Please login to write comment.