Color Hex Logo

#bdef7e Color Hex

#BDEF7E
(189,239,126)
1 Favorites   0 Comments

Color spaces of #bdef7e

RGB 189239126
HSL0.240.780.72
HSV87°47°94°
CMYK 0.210.000.47   0.06
XYZ55.618774.058231.1019
Yxy74.05820.34590.4606
Hunter Lab86.0571-35.235338.8119
CIE-Lab88.9500-34.157749.2321

#bdef7e color RGB value is (189,239,126).

#bdef7e hex color red value is 189, green value is 239 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdef7e hue: 0.24 , saturation: 0.78 and the lightness value of bdef7e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 01111110
Octal 275 357 176
Decimal 189 239 126
Hex BD EF 7E

RGB Percentages of Color #bdef7e

%34.12
%43.14
%22.74

CMYK Percentages of Color #bdef7e

%21
%0
%47
%6

Triadic Colors of #bdef7e

#bdef7e #7ebdef #ef7ebd

Analogous Colors of #bdef7e

#bdef7e #85ef7e #efe97e

Monochromatic Colors of #bdef7e

#bdef7e

Complementary Color

#bdef7e #b07eef

#bdef7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef7e Color CSS Codes

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

#bdef7e Text Font Color

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

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


#bdef7e Background Color

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

This div background color is #bdef7e


#bdef7e Border Color

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

This div border color is #bdef7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef7e


Comments

No comments written yet.

Please login to write comment.