Color Hex Logo

#bdee6e Color Hex

#BDEE6E
(189,238,110)
0 Favorites   0 Comments

Color spaces of #bdee6e

RGB 189238110
HSL0.230.790.68
HSV83°54°93°
CMYK 0.210.000.54   0.07
XYZ54.375373.093725.9945
Yxy73.09370.35430.4763
Hunter Lab85.4949-36.088841.8194
CIE-Lab88.4924-35.325356.0882

#bdee6e color RGB value is (189,238,110).

#bdee6e hex color red value is 189, green value is 238 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bdee6e hue: 0.23 , saturation: 0.79 and the lightness value of bdee6e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 01101110
Octal 275 356 156
Decimal 189 238 110
Hex BD EE 6E

RGB Percentages of Color #bdee6e

%35.20
%44.32
%20.48

CMYK Percentages of Color #bdee6e

%21
%0
%54
%7

Triadic Colors of #bdee6e

#bdee6e #6ebdee #ee6ebd

Analogous Colors of #bdee6e

#bdee6e #7dee6e #eedf6e

Monochromatic Colors of #bdee6e

#bdee6e

Complementary Color

#bdee6e #9f6eee

#bdee6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee6e Color CSS Codes

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

#bdee6e Text Font Color

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

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


#bdee6e Background Color

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

This div background color is #bdee6e


#bdee6e Border Color

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

This div border color is #bdee6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee6e


Comments

No comments written yet.

Please login to write comment.