Color Hex Logo

#bcc28f Color Hex

#BCC28F
(188,194,143)
0 Favorites   0 Comments

Color spaces of #bcc28f

RGB 188194143
HSL0.190.290.66
HSV67°26°76°
CMYK 0.030.000.26   0.24
XYZ44.988751.258133.5092
Yxy51.25810.34670.3950
Hunter Lab71.5948-13.125022.3663
CIE-Lab76.8351-10.486025.0302

#bcc28f color RGB value is (188,194,143).

#bcc28f hex color red value is 188, green value is 194 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcc28f hue: 0.19 , saturation: 0.29 and the lightness value of bcc28f is 0.66.

The process color (four color CMYK) of #bcc28f color hex is 0.03, 0.00, 0.26, 0.24. Web safe color of #bcc28f is #cccc99. Color #bcc28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10001111
Octal 274 302 217
Decimal 188 194 143
Hex BC C2 8F

RGB Percentages of Color #bcc28f

%35.81
%36.95
%27.24

CMYK Percentages of Color #bcc28f

%3
%0
%26
%24

Triadic Colors of #bcc28f

#bcc28f #8fbcc2 #c28fbc

Analogous Colors of #bcc28f

#bcc28f #a3c28f #c2af8f

Monochromatic Colors of #bcc28f

#bcc28f

Complementary Color

#bcc28f #958fc2

#bcc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc28f Color CSS Codes

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

#bcc28f Text Font Color

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

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


#bcc28f Background Color

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

This div background color is #bcc28f


#bcc28f Border Color

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

This div border color is #bcc28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc28f


Comments

No comments written yet.

Please login to write comment.