Color Hex Logo

#bbc562 Color Hex

#BBC562
(187,197,98)
0 Favorites   0 Comments

Color spaces of #bbc562

RGB 18719798
HSL0.180.460.58
HSV66°50°77°
CMYK 0.050.000.50   0.23
XYZ42.664451.379119.2238
Yxy51.37910.37670.4536
Hunter Lab71.6792-19.193134.2743
CIE-Lab76.9081-17.630247.9872

#bbc562 color RGB value is (187,197,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01100010
Octal 273 305 142
Decimal 187 197 98
Hex BB C5 62

RGB Percentages of Color #bbc562

%38.80
%40.87
%20.33

CMYK Percentages of Color #bbc562

%5
%0
%50
%23

Triadic Colors of #bbc562

#bbc562 #62bbc5 #c562bb

Analogous Colors of #bbc562

#bbc562 #8ac562 #c59e62

Monochromatic Colors of #bbc562

#bbc562

Complementary Color

#bbc562 #6c62c5

#bbc562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc562 Color CSS Codes

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

#bbc562 Text Font Color

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

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


#bbc562 Background Color

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

This div background color is #bbc562


#bbc562 Border Color

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

This div border color is #bbc562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc562


Comments

No comments written yet.

Please login to write comment.