Color Hex Logo

#bbc478 Color Hex

#BBC478
(187,196,120)
0 Favorites   0 Comments

Color spaces of #bbc478

RGB 187196120
HSL0.190.390.62
HSV67°39°77°
CMYK 0.050.000.39   0.23
XYZ43.623651.400725.3914
Yxy51.40070.36230.4269
Hunter Lab71.6943-16.853629.1877
CIE-Lab76.9211-14.838537.1048

#bbc478 color RGB value is (187,196,120).

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

The process color (four color CMYK) of #bbc478 color hex is 0.05, 0.00, 0.39, 0.23. Web safe color of #bbc478 is #cccc66. Color #bbc478 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01111000
Octal 273 304 170
Decimal 187 196 120
Hex BB C4 78

RGB Percentages of Color #bbc478

%37.18
%38.97
%23.86

CMYK Percentages of Color #bbc478

%5
%0
%39
%23

Triadic Colors of #bbc478

#bbc478 #78bbc4 #c478bb

Analogous Colors of #bbc478

#bbc478 #95c478 #c4a778

Monochromatic Colors of #bbc478

#bbc478

Complementary Color

#bbc478 #8178c4

#bbc478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc478 Color CSS Codes

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

#bbc478 Text Font Color

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

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


#bbc478 Background Color

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

This div background color is #bbc478


#bbc478 Border Color

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

This div border color is #bbc478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc478


Comments

No comments written yet.

Please login to write comment.