Color Hex Logo

#bcca83 Color Hex

#BCCA83
(188,202,131)
0 Favorites   0 Comments

Color spaces of #bcca83

RGB 188202131
HSL0.200.400.65
HSV72°35°79°
CMYK 0.070.000.35   0.21
XYZ45.956354.571129.5839
Yxy54.57110.35320.4194
Hunter Lab73.8723-18.230727.9665
CIE-Lab78.7936-16.153933.8998

#bcca83 color RGB value is (188,202,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 10000011
Octal 274 312 203
Decimal 188 202 131
Hex BC CA 83

RGB Percentages of Color #bcca83

%36.08
%38.77
%25.14

CMYK Percentages of Color #bcca83

%7
%0
%35
%21

Triadic Colors of #bcca83

#bcca83 #83bcca #ca83bc

Analogous Colors of #bcca83

#bcca83 #99ca83 #cab583

Monochromatic Colors of #bcca83

#bcca83

Complementary Color

#bcca83 #9183ca

#bcca83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcca83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcca83 Color CSS Codes

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

#bcca83 Text Font Color

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

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


#bcca83 Background Color

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

This div background color is #bcca83


#bcca83 Border Color

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

This div border color is #bcca83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcca83


Comments

No comments written yet.

Please login to write comment.