Color Hex Logo

#bccb58 Color Hex

#BCCB58
(188,203,88)
0 Favorites   0 Comments

Color spaces of #bccb58

RGB 18820388
HSL0.190.530.57
HSV68°57°80°
CMYK 0.070.000.57   0.20
XYZ43.856454.107817.3649
Yxy54.10780.38030.4692
Hunter Lab73.5580-22.302137.4940
CIE-Lab78.5245-21.065154.5139

#bccb58 color RGB value is (188,203,88).

#bccb58 hex color red value is 188, green value is 203 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bccb58 hue: 0.19 , saturation: 0.53 and the lightness value of bccb58 is 0.57.

The process color (four color CMYK) of #bccb58 color hex is 0.07, 0.00, 0.57, 0.20. Web safe color of #bccb58 is #cccc66. Color #bccb58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 01011000
Octal 274 313 130
Decimal 188 203 88
Hex BC CB 58

RGB Percentages of Color #bccb58

%39.25
%42.38
%18.37

CMYK Percentages of Color #bccb58

%7
%0
%57
%20

Triadic Colors of #bccb58

#bccb58 #58bccb #cb58bc

Analogous Colors of #bccb58

#bccb58 #83cb58 #cba158

Monochromatic Colors of #bccb58

#bccb58

Complementary Color

#bccb58 #6758cb

#bccb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb58 Color CSS Codes

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

#bccb58 Text Font Color

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

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


#bccb58 Background Color

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

This div background color is #bccb58


#bccb58 Border Color

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

This div border color is #bccb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb58


Comments

No comments written yet.

Please login to write comment.