Color Hex Logo

#bcca6d Color Hex

#BCCA6D
(188,202,109)
0 Favorites   0 Comments

Color spaces of #bcca6d

RGB 188202109
HSL0.190.470.61
HSV69°46°79°
CMYK 0.070.000.46   0.21
XYZ44.619954.036622.5464
Yxy54.03660.36810.4458
Hunter Lab73.5096-20.293333.2717
CIE-Lab78.4831-18.657144.5789

#bcca6d color RGB value is (188,202,109).

#bcca6d hex color red value is 188, green value is 202 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bcca6d hue: 0.19 , saturation: 0.47 and the lightness value of bcca6d is 0.61.

The process color (four color CMYK) of #bcca6d color hex is 0.07, 0.00, 0.46, 0.21. Web safe color of #bcca6d is #cccc66. Color #bcca6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 01101101
Octal 274 312 155
Decimal 188 202 109
Hex BC CA 6D

RGB Percentages of Color #bcca6d

%37.68
%40.48
%21.84

CMYK Percentages of Color #bcca6d

%7
%0
%46
%21

Triadic Colors of #bcca6d

#bcca6d #6dbcca #ca6dbc

Analogous Colors of #bcca6d

#bcca6d #8eca6d #caaa6d

Monochromatic Colors of #bcca6d

#bcca6d

Complementary Color

#bcca6d #7b6dca

#bcca6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca6d Color CSS Codes

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

#bcca6d Text Font Color

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

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


#bcca6d Background Color

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

This div background color is #bcca6d


#bcca6d Border Color

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

This div border color is #bcca6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca6d


Comments

No comments written yet.

Please login to write comment.