Color Hex Logo

#bcc270 Color Hex

#BCC270
(188,194,112)
0 Favorites   0 Comments

Color spaces of #bcc270

RGB 188194112
HSL0.180.400.60
HSV64°42°76°
CMYK 0.030.000.42   0.24
XYZ42.955550.444822.8021
Yxy50.44480.36970.4341
Hunter Lab71.0245-16.336430.6824
CIE-Lab76.3415-14.319240.4408

#bcc270 color RGB value is (188,194,112).

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

The process color (four color CMYK) of #bcc270 color hex is 0.03, 0.00, 0.42, 0.24. Web safe color of #bcc270 is #cccc66. Color #bcc270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01110000
Octal 274 302 160
Decimal 188 194 112
Hex BC C2 70

RGB Percentages of Color #bcc270

%38.06
%39.27
%22.67

CMYK Percentages of Color #bcc270

%3
%0
%42
%24

Triadic Colors of #bcc270

#bcc270 #70bcc2 #c270bc

Analogous Colors of #bcc270

#bcc270 #93c270 #c29f70

Monochromatic Colors of #bcc270

#bcc270

Complementary Color

#bcc270 #7670c2

#bcc270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc270 Color CSS Codes

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

#bcc270 Text Font Color

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

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


#bcc270 Background Color

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

This div background color is #bcc270


#bcc270 Border Color

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

This div border color is #bcc270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc270


Comments

No comments written yet.

Please login to write comment.