Color Hex Logo

#bdee5e Color Hex

#BDEE5E
(189,238,94)
0 Favorites   0 Comments

Color spaces of #bdee5e

RGB 18923894
HSL0.220.810.65
HSV80°61°93°
CMYK 0.210.000.61   0.07
XYZ53.581272.776021.8128
Yxy72.77600.36160.4912
Hunter Lab85.3089-37.177344.5562
CIE-Lab88.3408-36.702362.8724

#bdee5e color RGB value is (189,238,94).

#bdee5e hex color red value is 189, green value is 238 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bdee5e hue: 0.22 , saturation: 0.81 and the lightness value of bdee5e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 01011110
Octal 275 356 136
Decimal 189 238 94
Hex BD EE 5E

RGB Percentages of Color #bdee5e

%36.28
%45.68
%18.04

CMYK Percentages of Color #bdee5e

%21
%0
%61
%7

Triadic Colors of #bdee5e

#bdee5e #5ebdee #ee5ebd

Analogous Colors of #bdee5e

#bdee5e #75ee5e #eed75e

Monochromatic Colors of #bdee5e

#bdee5e

Complementary Color

#bdee5e #8f5eee

#bdee5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee5e Color CSS Codes

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

#bdee5e Text Font Color

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

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


#bdee5e Background Color

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

This div background color is #bdee5e


#bdee5e Border Color

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

This div border color is #bdee5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee5e


Comments

No comments written yet.

Please login to write comment.