Color Hex Logo

#bde58e Color Hex

#BDE58E
(189,229,142)
0 Favorites   0 Comments

Color spaces of #bde58e

RGB 189229142
HSL0.240.630.73
HSV88°38°90°
CMYK 0.170.000.38   0.10
XYZ53.888168.810436.0327
Yxy68.81040.33950.4335
Hunter Lab82.9520-29.207232.3120
CIE-Lab86.4101-27.593238.2309

#bde58e color RGB value is (189,229,142).

#bde58e hex color red value is 189, green value is 229 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bde58e hue: 0.24 , saturation: 0.63 and the lightness value of bde58e is 0.73.

The process color (four color CMYK) of #bde58e color hex is 0.17, 0.00, 0.38, 0.10. Web safe color of #bde58e is #cccc99. Color #bde58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10001110
Octal 275 345 216
Decimal 189 229 142
Hex BD E5 8E

RGB Percentages of Color #bde58e

%33.75
%40.89
%25.36

CMYK Percentages of Color #bde58e

%17
%0
%38
%10

Triadic Colors of #bde58e

#bde58e #8ebde5 #e58ebd

Analogous Colors of #bde58e

#bde58e #92e58e #e5e28e

Monochromatic Colors of #bde58e

#bde58e

Complementary Color

#bde58e #b68ee5

#bde58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde58e Color CSS Codes

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

#bde58e Text Font Color

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

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


#bde58e Background Color

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

This div background color is #bde58e


#bde58e Border Color

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

This div border color is #bde58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde58e


Comments

No comments written yet.

Please login to write comment.