Color Hex Logo

#bcda5d Color Hex

#BCDA5D
(188,218,93)
0 Favorites   0 Comments

Color spaces of #bcda5d

RGB 18821893
HSL0.210.630.61
HSV74°57°85°
CMYK 0.140.000.57   0.15
XYZ47.786261.624519.7320
Yxy61.62450.37000.4772
Hunter Lab78.5013-28.718740.0478
CIE-Lab82.7133-27.908357.0161

#bcda5d color RGB value is (188,218,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 01011101
Octal 274 332 135
Decimal 188 218 93
Hex BC DA 5D

RGB Percentages of Color #bcda5d

%37.68
%43.69
%18.64

CMYK Percentages of Color #bcda5d

%14
%0
%57
%15

Triadic Colors of #bcda5d

#bcda5d #5dbcda #da5dbc

Analogous Colors of #bcda5d

#bcda5d #7eda5d #daba5d

Monochromatic Colors of #bcda5d

#bcda5d

Complementary Color

#bcda5d #7b5dda

#bcda5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda5d Color CSS Codes

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

#bcda5d Text Font Color

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

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


#bcda5d Background Color

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

This div background color is #bcda5d


#bcda5d Border Color

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

This div border color is #bcda5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda5d


Comments

No comments written yet.

Please login to write comment.