Color Hex Logo

#bcc18a Color Hex

#BCC18A
(188,193,138)
0 Favorites   0 Comments

Color spaces of #bcc18a

RGB 188193138
HSL0.180.310.65
HSV65°28°76°
CMYK 0.030.000.28   0.24
XYZ44.396450.666331.4844
Yxy50.66630.35080.4004
Hunter Lab71.1803-13.231823.6011
CIE-Lab76.4764-10.657727.1882

#bcc18a color RGB value is (188,193,138).

#bcc18a hex color red value is 188, green value is 193 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcc18a hue: 0.18 , saturation: 0.31 and the lightness value of bcc18a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10001010
Octal 274 301 212
Decimal 188 193 138
Hex BC C1 8A

RGB Percentages of Color #bcc18a

%36.22
%37.19
%26.59

CMYK Percentages of Color #bcc18a

%3
%0
%28
%24

Triadic Colors of #bcc18a

#bcc18a #8abcc1 #c18abc

Analogous Colors of #bcc18a

#bcc18a #a1c18a #c1ab8a

Monochromatic Colors of #bcc18a

#bcc18a

Complementary Color

#bcc18a #8f8ac1

#bcc18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc18a Color CSS Codes

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

#bcc18a Text Font Color

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

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


#bcc18a Background Color

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

This div background color is #bcc18a


#bcc18a Border Color

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

This div border color is #bcc18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc18a


Comments

No comments written yet.

Please login to write comment.