Color Hex Logo

#bcc074 Color Hex

#BCC074
(188,192,116)
0 Favorites   0 Comments

Color spaces of #bcc074

RGB 188192116
HSL0.180.380.60
HSV63°40°75°
CMYK 0.020.000.40   0.25
XYZ42.741149.651623.8540
Yxy49.65160.36770.4271
Hunter Lab70.4639-15.039529.2534
CIE-Lab75.8549-12.861437.8030

#bcc074 color RGB value is (188,192,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01110100
Octal 274 300 164
Decimal 188 192 116
Hex BC C0 74

RGB Percentages of Color #bcc074

%37.90
%38.71
%23.39

CMYK Percentages of Color #bcc074

%2
%0
%40
%25

Triadic Colors of #bcc074

#bcc074 #74bcc0 #c074bc

Analogous Colors of #bcc074

#bcc074 #96c074 #c09e74

Monochromatic Colors of #bcc074

#bcc074

Complementary Color

#bcc074 #7874c0

#bcc074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc074 Color CSS Codes

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

#bcc074 Text Font Color

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

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


#bcc074 Background Color

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

This div background color is #bcc074


#bcc074 Border Color

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

This div border color is #bcc074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc074


Comments

No comments written yet.

Please login to write comment.