Color Hex Logo

#bcda5a Color Hex

#BCDA5A
(188,218,90)
0 Favorites   0 Comments

Color spaces of #bcda5a

RGB 18821890
HSL0.210.630.60
HSV74°59°85°
CMYK 0.140.000.59   0.15
XYZ47.655961.572419.0458
Yxy61.57240.37150.4800
Hunter Lab78.4681-28.911040.5368
CIE-Lab82.6855-28.150158.2956

#bcda5a color RGB value is (188,218,90).

#bcda5a hex color red value is 188, green value is 218 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bcda5a hue: 0.21 , saturation: 0.63 and the lightness value of bcda5a is 0.60.

The process color (four color CMYK) of #bcda5a color hex is 0.14, 0.00, 0.59, 0.15. Web safe color of #bcda5a is #cccc66. Color #bcda5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 01011010
Octal 274 332 132
Decimal 188 218 90
Hex BC DA 5A

RGB Percentages of Color #bcda5a

%37.90
%43.95
%18.15

CMYK Percentages of Color #bcda5a

%14
%0
%59
%15

Triadic Colors of #bcda5a

#bcda5a #5abcda #da5abc

Analogous Colors of #bcda5a

#bcda5a #7cda5a #dab85a

Monochromatic Colors of #bcda5a

#bcda5a

Complementary Color

#bcda5a #785ada

#bcda5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda5a Color CSS Codes

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

#bcda5a Text Font Color

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

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


#bcda5a Background Color

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

This div background color is #bcda5a


#bcda5a Border Color

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

This div border color is #bcda5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda5a


Comments

No comments written yet.

Please login to write comment.