Color Hex Logo

#bdf45e Color Hex

#BDF45E
(189,244,94)
0 Favorites   0 Comments

Color spaces of #bdf45e

RGB 18924494
HSL0.230.870.66
HSV82°61°96°
CMYK 0.230.000.61   0.04
XYZ55.357376.328322.4049
Yxy76.32830.35930.4953
Hunter Lab87.3661-39.788645.9514
CIE-Lab90.0116-39.389664.7036

#bdf45e color RGB value is (189,244,94).

#bdf45e hex color red value is 189, green value is 244 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bdf45e hue: 0.23 , saturation: 0.87 and the lightness value of bdf45e is 0.66.

The process color (four color CMYK) of #bdf45e color hex is 0.23, 0.00, 0.61, 0.04. Web safe color of #bdf45e is #ccff66. Color #bdf45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 01011110
Octal 275 364 136
Decimal 189 244 94
Hex BD F4 5E

RGB Percentages of Color #bdf45e

%35.86
%46.30
%17.84

CMYK Percentages of Color #bdf45e

%23
%0
%61
%4

Triadic Colors of #bdf45e

#bdf45e #5ebdf4 #f45ebd

Analogous Colors of #bdf45e

#bdf45e #72f45e #f4e05e

Monochromatic Colors of #bdf45e

#bdf45e

Complementary Color

#bdf45e #955ef4

#bdf45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf45e Color CSS Codes

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

#bdf45e Text Font Color

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

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


#bdf45e Background Color

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

This div background color is #bdf45e


#bdf45e Border Color

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

This div border color is #bdf45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf45e


Comments

No comments written yet.

Please login to write comment.