Color Hex Logo

#bcc98a Color Hex

#BCC98A
(188,201,138)
0 Favorites   0 Comments

Color spaces of #bcc98a

RGB 188201138
HSL0.200.370.66
HSV72°31°79°
CMYK 0.060.000.31   0.21
XYZ46.213154.299632.0899
Yxy54.29960.34850.4095
Hunter Lab73.6883-17.009425.7621
CIE-Lab78.6361-14.745630.0694

#bcc98a color RGB value is (188,201,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 10001010
Octal 274 311 212
Decimal 188 201 138
Hex BC C9 8A

RGB Percentages of Color #bcc98a

%35.67
%38.14
%26.19

CMYK Percentages of Color #bcc98a

%6
%0
%31
%21

Triadic Colors of #bcc98a

#bcc98a #8abcc9 #c98abc

Analogous Colors of #bcc98a

#bcc98a #9dc98a #c9b78a

Monochromatic Colors of #bcc98a

#bcc98a

Complementary Color

#bcc98a #978ac9

#bcc98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc98a Color CSS Codes

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

#bcc98a Text Font Color

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

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


#bcc98a Background Color

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

This div background color is #bcc98a


#bcc98a Border Color

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

This div border color is #bcc98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc98a


Comments

No comments written yet.

Please login to write comment.