Color Hex Logo

#bde94e Color Hex

#BDE94E
(189,233,78)
0 Favorites   0 Comments

Color spaces of #bde94e

RGB 18923378
HSL0.210.780.61
HSV77°67°91°
CMYK 0.190.000.67   0.09
XYZ51.500369.646717.9365
Yxy69.64670.37030.5008
Hunter Lab83.4546-35.892245.6753
CIE-Lab86.8233-35.579267.6449

#bde94e color RGB value is (189,233,78).

#bde94e hex color red value is 189, green value is 233 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bde94e hue: 0.21 , saturation: 0.78 and the lightness value of bde94e is 0.61.

The process color (four color CMYK) of #bde94e color hex is 0.19, 0.00, 0.67, 0.09. Web safe color of #bde94e is #ccff66. Color #bde94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 01001110
Octal 275 351 116
Decimal 189 233 78
Hex BD E9 4E

RGB Percentages of Color #bde94e

%37.80
%46.60
%15.60

CMYK Percentages of Color #bde94e

%19
%0
%67
%9

Triadic Colors of #bde94e

#bde94e #4ebde9 #e94ebd

Analogous Colors of #bde94e

#bde94e #70e94e #e9c84e

Monochromatic Colors of #bde94e

#bde94e

Complementary Color

#bde94e #7a4ee9

#bde94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde94e Color CSS Codes

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

#bde94e Text Font Color

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

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


#bde94e Background Color

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

This div background color is #bde94e


#bde94e Border Color

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

This div border color is #bde94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde94e


Comments

No comments written yet.

Please login to write comment.