Color Hex Logo

#bbc481 Color Hex

#BBC481
(187,196,129)
0 Favorites   0 Comments

Color spaces of #bbc481

RGB 187196129
HSL0.190.360.64
HSV68°34°77°
CMYK 0.050.000.34   0.23
XYZ44.195951.629628.4050
Yxy51.62960.35580.4156
Hunter Lab71.8537-15.952026.8593
CIE-Lab77.0588-13.752932.6529

#bbc481 color RGB value is (187,196,129).

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

The process color (four color CMYK) of #bbc481 color hex is 0.05, 0.00, 0.34, 0.23. Web safe color of #bbc481 is #cccc99. Color #bbc481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 10000001
Octal 273 304 201
Decimal 187 196 129
Hex BB C4 81

RGB Percentages of Color #bbc481

%36.52
%38.28
%25.20

CMYK Percentages of Color #bbc481

%5
%0
%34
%23

Triadic Colors of #bbc481

#bbc481 #81bbc4 #c481bb

Analogous Colors of #bbc481

#bbc481 #9ac481 #c4ac81

Monochromatic Colors of #bbc481

#bbc481

Complementary Color

#bbc481 #8a81c4

#bbc481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc481 Color CSS Codes

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

#bbc481 Text Font Color

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

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


#bbc481 Background Color

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

This div background color is #bbc481


#bbc481 Border Color

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

This div border color is #bbc481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc481


Comments

No comments written yet.

Please login to write comment.