Color Hex Logo

#bcc772 Color Hex

#BCC772
(188,199,114)
0 Favorites   0 Comments

Color spaces of #bcc772

RGB 188199114
HSL0.190.430.61
HSV68°43°78°
CMYK 0.060.000.43   0.22
XYZ44.199752.753123.7724
Yxy52.75310.36610.4370
Hunter Lab72.6313-18.478931.4362
CIE-Lab77.7290-16.630541.1718

#bcc772 color RGB value is (188,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01110010
Octal 274 307 162
Decimal 188 199 114
Hex BC C7 72

RGB Percentages of Color #bcc772

%37.52
%39.72
%22.75

CMYK Percentages of Color #bcc772

%6
%0
%43
%22

Triadic Colors of #bcc772

#bcc772 #72bcc7 #c772bc

Analogous Colors of #bcc772

#bcc772 #92c772 #c7a872

Monochromatic Colors of #bcc772

#bcc772

Complementary Color

#bcc772 #7d72c7

#bcc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc772 Color CSS Codes

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

#bcc772 Text Font Color

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

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


#bcc772 Background Color

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

This div background color is #bcc772


#bcc772 Border Color

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

This div border color is #bcc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc772


Comments

No comments written yet.

Please login to write comment.