Color Hex Logo

#bde19e Color Hex

#BDE19E
(189,225,158)
0 Favorites   0 Comments

Color spaces of #bde19e

RGB 189225158
HSL0.260.530.75
HSV92°30°88°
CMYK 0.160.000.30   0.12
XYZ54.083067.137942.4562
Yxy67.13790.33040.4102
Hunter Lab81.9377-25.572126.6352
CIE-Lab85.5735-23.489129.0133

#bde19e color RGB value is (189,225,158).

#bde19e hex color red value is 189, green value is 225 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bde19e hue: 0.26 , saturation: 0.53 and the lightness value of bde19e is 0.75.

The process color (four color CMYK) of #bde19e color hex is 0.16, 0.00, 0.30, 0.12. Web safe color of #bde19e is #cccc99. Color #bde19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10011110
Octal 275 341 236
Decimal 189 225 158
Hex BD E1 9E

RGB Percentages of Color #bde19e

%33.04
%39.34
%27.62

CMYK Percentages of Color #bde19e

%16
%0
%30
%12

Triadic Colors of #bde19e

#bde19e #9ebde1 #e19ebd

Analogous Colors of #bde19e

#bde19e #9ee1a1 #dfe19e

Monochromatic Colors of #bde19e

#bde19e

Complementary Color

#bde19e #c29ee1

#bde19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde19e Color CSS Codes

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

#bde19e Text Font Color

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

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


#bde19e Background Color

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

This div background color is #bde19e


#bde19e Border Color

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

This div border color is #bde19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde19e


Comments

No comments written yet.

Please login to write comment.