Color Hex Logo

#bcda82 Color Hex

#BCDA82
(188,218,130)
0 Favorites   0 Comments

Color spaces of #bcda82

RGB 188218130
HSL0.220.540.68
HSV80°40°85°
CMYK 0.140.000.40   0.15
XYZ49.839762.445930.5455
Yxy62.44590.34890.4372
Hunter Lab79.0227-25.709632.3979
CIE-Lab83.1500-24.175140.0223

#bcda82 color RGB value is (188,218,130).

#bcda82 hex color red value is 188, green value is 218 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bcda82 hue: 0.22 , saturation: 0.54 and the lightness value of bcda82 is 0.68.

The process color (four color CMYK) of #bcda82 color hex is 0.14, 0.00, 0.40, 0.15. Web safe color of #bcda82 is #cccc99. Color #bcda82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 10000010
Octal 274 332 202
Decimal 188 218 130
Hex BC DA 82

RGB Percentages of Color #bcda82

%35.07
%40.67
%24.25

CMYK Percentages of Color #bcda82

%14
%0
%40
%15

Triadic Colors of #bcda82

#bcda82 #82bcda #da82bc

Analogous Colors of #bcda82

#bcda82 #90da82 #dacc82

Monochromatic Colors of #bcda82

#bcda82

Complementary Color

#bcda82 #a082da

#bcda82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda82 Color CSS Codes

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

#bcda82 Text Font Color

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

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


#bcda82 Background Color

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

This div background color is #bcda82


#bcda82 Border Color

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

This div border color is #bcda82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda82


Comments

No comments written yet.

Please login to write comment.