Color Hex Logo

#bde19f Color Hex

#BDE19F
(189,225,159)
0 Favorites   0 Comments

Color spaces of #bde19f

RGB 189225159
HSL0.260.520.75
HSV93°29°88°
CMYK 0.160.000.29   0.12
XYZ54.169567.172442.9114
Yxy67.17240.32980.4090
Hunter Lab81.9588-25.450826.3285
CIE-Lab85.5909-23.343328.5229

#bde19f color RGB value is (189,225,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10011111
Octal 275 341 237
Decimal 189 225 159
Hex BD E1 9F

RGB Percentages of Color #bde19f

%32.98
%39.27
%27.75

CMYK Percentages of Color #bde19f

%16
%0
%29
%12

Triadic Colors of #bde19f

#bde19f #9fbde1 #e19fbd

Analogous Colors of #bde19f

#bde19f #9fe1a2 #dee19f

Monochromatic Colors of #bde19f

#bde19f

Complementary Color

#bde19f #c39fe1

#bde19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde19f Color CSS Codes

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

#bde19f Text Font Color

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

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


#bde19f Background Color

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

This div background color is #bde19f


#bde19f Border Color

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

This div border color is #bde19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde19f


Comments

No comments written yet.

Please login to write comment.