Color Hex Logo

#bbc978 Color Hex

#BBC978
(187,201,120)
0 Favorites   0 Comments

Color spaces of #bbc978

RGB 187201120
HSL0.200.430.63
HSV70°40°79°
CMYK 0.070.000.40   0.21
XYZ44.770353.694125.7737
Yxy53.69410.36040.4322
Hunter Lab73.2763-19.173630.4391
CIE-Lab78.2830-17.358738.8382

#bbc978 color RGB value is (187,201,120).

#bbc978 hex color red value is 187, green value is 201 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbc978 hue: 0.20 , saturation: 0.43 and the lightness value of bbc978 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01111000
Octal 273 311 170
Decimal 187 201 120
Hex BB C9 78

RGB Percentages of Color #bbc978

%36.81
%39.57
%23.62

CMYK Percentages of Color #bbc978

%7
%0
%40
%21

Triadic Colors of #bbc978

#bbc978 #78bbc9 #c978bb

Analogous Colors of #bbc978

#bbc978 #93c978 #c9af78

Monochromatic Colors of #bbc978

#bbc978

Complementary Color

#bbc978 #8678c9

#bbc978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc978 Color CSS Codes

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

#bbc978 Text Font Color

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

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


#bbc978 Background Color

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

This div background color is #bbc978


#bbc978 Border Color

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

This div border color is #bbc978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc978


Comments

No comments written yet.

Please login to write comment.