Color Hex Logo

#bdf97e Color Hex

#BDF97E
(189,249,126)
0 Favorites   0 Comments

Color spaces of #bdf97e

RGB 189249126
HSL0.250.910.74
HSV89°49°98°
CMYK 0.240.000.49   0.02
XYZ58.627880.076532.1050
Yxy80.07650.34320.4688
Hunter Lab89.4855-39.652541.3682
CIE-Lab91.7192-38.683852.6055

#bdf97e color RGB value is (189,249,126).

#bdf97e hex color red value is 189, green value is 249 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bdf97e hue: 0.25 , saturation: 0.91 and the lightness value of bdf97e is 0.74.

The process color (four color CMYK) of #bdf97e color hex is 0.24, 0.00, 0.49, 0.02. Web safe color of #bdf97e is #ccff66. Color #bdf97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01111110
Octal 275 371 176
Decimal 189 249 126
Hex BD F9 7E

RGB Percentages of Color #bdf97e

%33.51
%44.15
%22.34

CMYK Percentages of Color #bdf97e

%24
%0
%49
%2

Triadic Colors of #bdf97e

#bdf97e #7ebdf9 #f97ebd

Analogous Colors of #bdf97e

#bdf97e #80f97e #f9f87e

Monochromatic Colors of #bdf97e

#bdf97e

Complementary Color

#bdf97e #ba7ef9

#bdf97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf97e Color CSS Codes

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

#bdf97e Text Font Color

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

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


#bdf97e Background Color

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

This div background color is #bdf97e


#bdf97e Border Color

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

This div border color is #bdf97e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,249,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 #bdf97e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf97e

#bdf97e Color Palettes


Comments

No comments written yet.

Please login to write comment.