Color Hex Logo

#bcca7b Color Hex

#BCCA7B
(188,202,123)
0 Favorites   0 Comments

Color spaces of #bcca7b

RGB 188202123
HSL0.200.430.64
HSV71°39°79°
CMYK 0.070.000.39   0.21
XYZ45.434754.362526.8372
Yxy54.36250.35880.4293
Hunter Lab73.7309-19.033330.0308
CIE-Lab78.6726-17.123037.8311

#bcca7b color RGB value is (188,202,123).

#bcca7b hex color red value is 188, green value is 202 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bcca7b hue: 0.20 , saturation: 0.43 and the lightness value of bcca7b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 01111011
Octal 274 312 173
Decimal 188 202 123
Hex BC CA 7B

RGB Percentages of Color #bcca7b

%36.65
%39.38
%23.98

CMYK Percentages of Color #bcca7b

%7
%0
%39
%21

Triadic Colors of #bcca7b

#bcca7b #7bbcca #ca7bbc

Analogous Colors of #bcca7b

#bcca7b #95ca7b #cab17b

Monochromatic Colors of #bcca7b

#bcca7b

Complementary Color

#bcca7b #897bca

#bcca7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca7b Color CSS Codes

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

#bcca7b Text Font Color

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

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


#bcca7b Background Color

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

This div background color is #bcca7b


#bcca7b Border Color

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

This div border color is #bcca7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca7b


Comments

No comments written yet.

Please login to write comment.