Color Hex Logo

#bcca8f Color Hex

#BCCA8F
(188,202,143)
0 Favorites   0 Comments

Color spaces of #bcca8f

RGB 188202143
HSL0.210.360.68
HSV74°29°79°
CMYK 0.070.000.29   0.21
XYZ46.817554.915634.1188
Yxy54.91560.34460.4042
Hunter Lab74.1051-16.912624.5758
CIE-Lab78.9926-14.575727.9362

#bcca8f color RGB value is (188,202,143).

#bcca8f hex color red value is 188, green value is 202 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcca8f hue: 0.21 , saturation: 0.36 and the lightness value of bcca8f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10001111
Octal 274 312 217
Decimal 188 202 143
Hex BC CA 8F

RGB Percentages of Color #bcca8f

%35.27
%37.90
%26.83

CMYK Percentages of Color #bcca8f

%7
%0
%29
%21

Triadic Colors of #bcca8f

#bcca8f #8fbcca #ca8fbc

Analogous Colors of #bcca8f

#bcca8f #9fca8f #cabb8f

Monochromatic Colors of #bcca8f

#bcca8f

Complementary Color

#bcca8f #9d8fca

#bcca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca8f Color CSS Codes

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

#bcca8f Text Font Color

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

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


#bcca8f Background Color

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

This div background color is #bcca8f


#bcca8f Border Color

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

This div border color is #bcca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca8f


Comments

No comments written yet.

Please login to write comment.