Color Hex Logo

#bdec5b Color Hex

#BDEC5B
(189,236,91)
0 Favorites   0 Comments

Color spaces of #bdec5b

RGB 18923691
HSL0.220.790.64
HSV79°61°93°
CMYK 0.200.000.61   0.07
XYZ52.870071.565120.9244
Yxy71.56510.36370.4923
Hunter Lab84.5962-36.486344.5523
CIE-Lab87.7588-36.029563.4799

#bdec5b color RGB value is (189,236,91).

#bdec5b hex color red value is 189, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bdec5b hue: 0.22 , saturation: 0.79 and the lightness value of bdec5b is 0.64.

The process color (four color CMYK) of #bdec5b color hex is 0.20, 0.00, 0.61, 0.07. Web safe color of #bdec5b is #ccff66. Color #bdec5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 01011011
Octal 275 354 133
Decimal 189 236 91
Hex BD EC 5B

RGB Percentages of Color #bdec5b

%36.63
%45.74
%17.64

CMYK Percentages of Color #bdec5b

%20
%0
%61
%7

Triadic Colors of #bdec5b

#bdec5b #5bbdec #ec5bbd

Analogous Colors of #bdec5b

#bdec5b #75ec5b #ecd35b

Monochromatic Colors of #bdec5b

#bdec5b

Complementary Color

#bdec5b #8a5bec

#bdec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec5b Color CSS Codes

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

#bdec5b Text Font Color

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

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


#bdec5b Background Color

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

This div background color is #bdec5b


#bdec5b Border Color

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

This div border color is #bdec5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,236,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec5b


Comments

No comments written yet.

Please login to write comment.