Color Hex Logo

#bdf15e Color Hex

#BDF15E
(189,241,94)
0 Favorites   0 Comments

Color spaces of #bdf15e

RGB 18924194
HSL0.230.840.66
HSV81°61°95°
CMYK 0.220.000.61   0.05
XYZ54.461974.537622.1064
Yxy74.53760.36040.4933
Hunter Lab86.3352-38.485345.2532
CIE-Lab89.1760-38.051463.7897

#bdf15e color RGB value is (189,241,94).

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

The process color (four color CMYK) of #bdf15e color hex is 0.22, 0.00, 0.61, 0.05. Web safe color of #bdf15e is #ccff66. Color #bdf15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01011110
Octal 275 361 136
Decimal 189 241 94
Hex BD F1 5E

RGB Percentages of Color #bdf15e

%36.07
%45.99
%17.94

CMYK Percentages of Color #bdf15e

%22
%0
%61
%5

Triadic Colors of #bdf15e

#bdf15e #5ebdf1 #f15ebd

Analogous Colors of #bdf15e

#bdf15e #74f15e #f1dc5e

Monochromatic Colors of #bdf15e

#bdf15e

Complementary Color

#bdf15e #925ef1

#bdf15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf15e Color CSS Codes

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

#bdf15e Text Font Color

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

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


#bdf15e Background Color

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

This div background color is #bdf15e


#bdf15e Border Color

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

This div border color is #bdf15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf15e


Comments

No comments written yet.

Please login to write comment.