Color Hex Logo

#bcca89 Color Hex

#BCCA89
(188,202,137)
0 Favorites   0 Comments

Color spaces of #bcca89

RGB 188202137
HSL0.200.380.66
HSV73°32°79°
CMYK 0.070.000.32   0.21
XYZ46.374954.738631.7883
Yxy54.73860.34890.4119
Hunter Lab73.9855-17.589126.3156
CIE-Lab78.8905-15.383630.9262

#bcca89 color RGB value is (188,202,137).

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

The process color (four color CMYK) of #bcca89 color hex is 0.07, 0.00, 0.32, 0.21. Web safe color of #bcca89 is #cccc99. Color #bcca89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10001001
Octal 274 312 211
Decimal 188 202 137
Hex BC CA 89

RGB Percentages of Color #bcca89

%35.67
%38.33
%26.00

CMYK Percentages of Color #bcca89

%7
%0
%32
%21

Triadic Colors of #bcca89

#bcca89 #89bcca #ca89bc

Analogous Colors of #bcca89

#bcca89 #9cca89 #cab889

Monochromatic Colors of #bcca89

#bcca89

Complementary Color

#bcca89 #9789ca

#bcca89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca89 Color CSS Codes

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

#bcca89 Text Font Color

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

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


#bcca89 Background Color

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

This div background color is #bcca89


#bcca89 Border Color

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

This div border color is #bcca89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca89


Comments

No comments written yet.

Please login to write comment.