Color Hex Logo

#bbc462 Color Hex

#BBC462
(187,196,98)
0 Favorites   0 Comments

Color spaces of #bbc462

RGB 18719698
HSL0.180.450.58
HSV66°50°77°
CMYK 0.050.000.50   0.23
XYZ42.438050.926519.1483
Yxy50.92650.37720.4526
Hunter Lab71.3628-18.734634.0451
CIE-Lab76.6345-17.129247.6625

#bbc462 color RGB value is (187,196,98).

#bbc462 hex color red value is 187, green value is 196 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bbc462 hue: 0.18 , saturation: 0.45 and the lightness value of bbc462 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01100010
Octal 273 304 142
Decimal 187 196 98
Hex BB C4 62

RGB Percentages of Color #bbc462

%38.88
%40.75
%20.37

CMYK Percentages of Color #bbc462

%5
%0
%50
%23

Triadic Colors of #bbc462

#bbc462 #62bbc4 #c462bb

Analogous Colors of #bbc462

#bbc462 #8ac462 #c49c62

Monochromatic Colors of #bbc462

#bbc462

Complementary Color

#bbc462 #6b62c4

#bbc462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc462 Color CSS Codes

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

#bbc462 Text Font Color

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

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


#bbc462 Background Color

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

This div background color is #bbc462


#bbc462 Border Color

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

This div border color is #bbc462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc462


Comments

No comments written yet.

Please login to write comment.