Color Hex Logo

#bbc758 Color Hex

#BBC758
(187,199,88)
0 Favorites   0 Comments

Color spaces of #bbc758

RGB 18719988
HSL0.180.500.56
HSV66°56°78°
CMYK 0.060.000.56   0.22
XYZ42.678452.116217.0426
Yxy52.11620.38160.4660
Hunter Lab72.1916-20.809136.5372
CIE-Lab77.3503-19.494353.1645

#bbc758 color RGB value is (187,199,88).

#bbc758 hex color red value is 187, green value is 199 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bbc758 hue: 0.18 , saturation: 0.50 and the lightness value of bbc758 is 0.56.

The process color (four color CMYK) of #bbc758 color hex is 0.06, 0.00, 0.56, 0.22. Web safe color of #bbc758 is #cccc66. Color #bbc758 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 01011000
Octal 273 307 130
Decimal 187 199 88
Hex BB C7 58

RGB Percentages of Color #bbc758

%39.45
%41.98
%18.57

CMYK Percentages of Color #bbc758

%6
%0
%56
%22

Triadic Colors of #bbc758

#bbc758 #58bbc7 #c758bb

Analogous Colors of #bbc758

#bbc758 #84c758 #c79c58

Monochromatic Colors of #bbc758

#bbc758

Complementary Color

#bbc758 #6458c7

#bbc758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc758 Color CSS Codes

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

#bbc758 Text Font Color

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

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


#bbc758 Background Color

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

This div background color is #bbc758


#bbc758 Border Color

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

This div border color is #bbc758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc758


Comments

No comments written yet.

Please login to write comment.