Color Hex Logo

#bcc98f Color Hex

#BCC98F
(188,201,143)
0 Favorites   0 Comments

Color spaces of #bcc98f

RGB 188201143
HSL0.200.350.67
HSV73°29°79°
CMYK 0.060.000.29   0.21
XYZ46.583654.447834.0409
Yxy54.44780.34490.4031
Hunter Lab73.7888-16.441424.2999
CIE-Lab78.7221-14.068427.5732

#bcc98f color RGB value is (188,201,143).

#bcc98f hex color red value is 188, green value is 201 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcc98f hue: 0.20 , saturation: 0.35 and the lightness value of bcc98f is 0.67.

The process color (four color CMYK) of #bcc98f color hex is 0.06, 0.00, 0.29, 0.21. Web safe color of #bcc98f is #cccc99. Color #bcc98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10001111
Octal 274 311 217
Decimal 188 201 143
Hex BC C9 8F

RGB Percentages of Color #bcc98f

%35.34
%37.78
%26.88

CMYK Percentages of Color #bcc98f

%6
%0
%29
%21

Triadic Colors of #bcc98f

#bcc98f #8fbcc9 #c98fbc

Analogous Colors of #bcc98f

#bcc98f #9fc98f #c9b98f

Monochromatic Colors of #bcc98f

#bcc98f

Complementary Color

#bcc98f #9c8fc9

#bcc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc98f Color CSS Codes

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

#bcc98f Text Font Color

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

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


#bcc98f Background Color

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

This div background color is #bcc98f


#bcc98f Border Color

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

This div border color is #bcc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc98f


Comments

No comments written yet.

Please login to write comment.