Color Hex Logo

#bcc672 Color Hex

#BCC672
(188,198,114)
0 Favorites   0 Comments

Color spaces of #bcc672

RGB 188198114
HSL0.190.420.61
HSV67°42°78°
CMYK 0.050.000.42   0.22
XYZ43.970452.294423.6959
Yxy52.29440.36650.4359
Hunter Lab72.3149-18.015731.1925
CIE-Lab77.4565-16.127140.8314

#bcc672 color RGB value is (188,198,114).

#bcc672 hex color red value is 188, green value is 198 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bcc672 hue: 0.19 , saturation: 0.42 and the lightness value of bcc672 is 0.61.

The process color (four color CMYK) of #bcc672 color hex is 0.05, 0.00, 0.42, 0.22. Web safe color of #bcc672 is #cccc66. Color #bcc672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01110010
Octal 274 306 162
Decimal 188 198 114
Hex BC C6 72

RGB Percentages of Color #bcc672

%37.60
%39.60
%22.80

CMYK Percentages of Color #bcc672

%5
%0
%42
%22

Triadic Colors of #bcc672

#bcc672 #72bcc6 #c672bc

Analogous Colors of #bcc672

#bcc672 #92c672 #c6a672

Monochromatic Colors of #bcc672

#bcc672

Complementary Color

#bcc672 #7c72c6

#bcc672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc672 Color CSS Codes

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

#bcc672 Text Font Color

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

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


#bcc672 Background Color

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

This div background color is #bcc672


#bcc672 Border Color

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

This div border color is #bcc672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc672


Comments

No comments written yet.

Please login to write comment.