Color Hex Logo

#bcda1d Color Hex

#BCDA1D
(188,218,29)
0 Favorites   0 Comments

Color spaces of #bcda1d

RGB 18821829
HSL0.190.770.48
HSV70°87°85°
CMYK 0.140.000.87   0.15
XYZ46.032260.922910.4955
Yxy60.92290.39190.5187
Hunter Lab78.0531-31.321746.6647
CIE-Lab82.3373-31.212677.8453

#bcda1d color RGB value is (188,218,29).

#bcda1d hex color red value is 188, green value is 218 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bcda1d hue: 0.19 , saturation: 0.77 and the lightness value of bcda1d is 0.48.

The process color (four color CMYK) of #bcda1d color hex is 0.14, 0.00, 0.87, 0.15. Web safe color of #bcda1d is #cccc33. Color #bcda1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 00011101
Octal 274 332 35
Decimal 188 218 29
Hex BC DA 1D

RGB Percentages of Color #bcda1d

%43.22
%50.11
%6.67

CMYK Percentages of Color #bcda1d

%14
%0
%87
%15

Triadic Colors of #bcda1d

#bcda1d #1dbcda #da1dbc

Analogous Colors of #bcda1d

#bcda1d #5eda1d #da9a1d

Monochromatic Colors of #bcda1d

#bcda1d

Complementary Color

#bcda1d #3b1dda

#bcda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda1d Color CSS Codes

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

#bcda1d Text Font Color

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

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


#bcda1d Background Color

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

This div background color is #bcda1d


#bcda1d Border Color

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

This div border color is #bcda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda1d


Comments

No comments written yet.

Please login to write comment.