Color Hex Logo

#bcc075 Color Hex

#BCC075
(188,192,117)
0 Favorites   0 Comments

Color spaces of #bcc075

RGB 188192117
HSL0.180.370.61
HSV63°39°75°
CMYK 0.020.000.39   0.25
XYZ42.799649.675024.1621
Yxy49.67500.36690.4259
Hunter Lab70.4805-14.945929.0106
CIE-Lab75.8693-12.748937.3110

#bcc075 color RGB value is (188,192,117).

#bcc075 hex color red value is 188, green value is 192 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bcc075 hue: 0.18 , saturation: 0.37 and the lightness value of bcc075 is 0.61.

The process color (four color CMYK) of #bcc075 color hex is 0.02, 0.00, 0.39, 0.25. Web safe color of #bcc075 is #cccc66. Color #bcc075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01110101
Octal 274 300 165
Decimal 188 192 117
Hex BC C0 75

RGB Percentages of Color #bcc075

%37.83
%38.63
%23.54

CMYK Percentages of Color #bcc075

%2
%0
%39
%25

Triadic Colors of #bcc075

#bcc075 #75bcc0 #c075bc

Analogous Colors of #bcc075

#bcc075 #97c075 #c09f75

Monochromatic Colors of #bcc075

#bcc075

Complementary Color

#bcc075 #7975c0

#bcc075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc075 Color CSS Codes

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

#bcc075 Text Font Color

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

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


#bcc075 Background Color

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

This div background color is #bcc075


#bcc075 Border Color

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

This div border color is #bcc075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,192,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc075


Comments

No comments written yet.

Please login to write comment.