Color Hex Logo

#bdee7d Color Hex

#BDEE7D
(189,238,125)
0 Favorites   0 Comments

Color spaces of #bdee7d

RGB 189238125
HSL0.240.770.71
HSV86°47°93°
CMYK 0.210.000.47   0.07
XYZ55.262573.448630.6664
Yxy73.44860.34670.4608
Hunter Lab85.7022-34.878338.7760
CIE-Lab88.6612-33.807749.3519

#bdee7d color RGB value is (189,238,125).

#bdee7d hex color red value is 189, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdee7d hue: 0.24 , saturation: 0.77 and the lightness value of bdee7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 01111101
Octal 275 356 175
Decimal 189 238 125
Hex BD EE 7D

RGB Percentages of Color #bdee7d

%34.24
%43.12
%22.64

CMYK Percentages of Color #bdee7d

%21
%0
%47
%7

Triadic Colors of #bdee7d

#bdee7d #7dbdee #ee7dbd

Analogous Colors of #bdee7d

#bdee7d #85ee7d #eee77d

Monochromatic Colors of #bdee7d

#bdee7d

Complementary Color

#bdee7d #ae7dee

#bdee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee7d Color CSS Codes

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

#bdee7d Text Font Color

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

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


#bdee7d Background Color

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

This div background color is #bdee7d


#bdee7d Border Color

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

This div border color is #bdee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee7d


Comments

No comments written yet.

Please login to write comment.