Color Hex Logo

#bcc858 Color Hex

#BCC858
(188,200,88)
0 Favorites   0 Comments

Color spaces of #bcc858

RGB 18820088
HSL0.180.500.56
HSV66°56°78°
CMYK 0.060.000.56   0.22
XYZ43.154852.704517.1310
Yxy52.70450.38190.4665
Hunter Lab72.5979-20.939436.8278
CIE-Lab77.7002-19.583353.5818

#bcc858 color RGB value is (188,200,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01011000
Octal 274 310 130
Decimal 188 200 88
Hex BC C8 58

RGB Percentages of Color #bcc858

%39.50
%42.02
%18.49

CMYK Percentages of Color #bcc858

%6
%0
%56
%22

Triadic Colors of #bcc858

#bcc858 #58bcc8 #c858bc

Analogous Colors of #bcc858

#bcc858 #84c858 #c89c58

Monochromatic Colors of #bcc858

#bcc858

Complementary Color

#bcc858 #6458c8

#bcc858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc858 Color CSS Codes

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

#bcc858 Text Font Color

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

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


#bcc858 Background Color

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

This div background color is #bcc858


#bcc858 Border Color

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

This div border color is #bcc858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc858


Comments

No comments written yet.

Please login to write comment.