Color Hex Logo

#bdec1d Color Hex

#BDEC1D
(189,236,29)
0 Favorites   0 Comments

Color spaces of #bdec1d

RGB 18923629
HSL0.200.840.52
HSV74°88°93°
CMYK 0.200.000.88   0.07
XYZ51.203570.898412.1485
Yxy70.89840.38140.5281
Hunter Lab84.2012-38.804650.3865
CIE-Lab87.4356-39.003182.0540

#bdec1d color RGB value is (189,236,29).

#bdec1d hex color red value is 189, green value is 236 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdec1d hue: 0.20 , saturation: 0.84 and the lightness value of bdec1d is 0.52.

The process color (four color CMYK) of #bdec1d color hex is 0.20, 0.00, 0.88, 0.07. Web safe color of #bdec1d is #ccff33. Color #bdec1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 00011101
Octal 275 354 35
Decimal 189 236 29
Hex BD EC 1D

RGB Percentages of Color #bdec1d

%41.63
%51.98
%6.39

CMYK Percentages of Color #bdec1d

%20
%0
%88
%7

Triadic Colors of #bdec1d

#bdec1d #1dbdec #ec1dbd

Analogous Colors of #bdec1d

#bdec1d #55ec1d #ecb41d

Monochromatic Colors of #bdec1d

#bdec1d

Complementary Color

#bdec1d #4c1dec

#bdec1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec1d Color CSS Codes

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

#bdec1d Text Font Color

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

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


#bdec1d Background Color

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

This div background color is #bdec1d


#bdec1d Border Color

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

This div border color is #bdec1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,236,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 #bdec1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec1d


Comments

No comments written yet.

Please login to write comment.