Color Hex Logo

#bde19d Color Hex

#BDE19D
(189,225,157)
0 Favorites   0 Comments

Color spaces of #bde19d

RGB 189225157
HSL0.250.530.75
HSV92°30°88°
CMYK 0.160.000.30   0.12
XYZ53.997367.103642.0046
Yxy67.10360.33110.4114
Hunter Lab81.9168-25.692126.9395
CIE-Lab85.5562-23.633529.5034

#bde19d color RGB value is (189,225,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10011101
Octal 275 341 235
Decimal 189 225 157
Hex BD E1 9D

RGB Percentages of Color #bde19d

%33.10
%39.40
%27.50

CMYK Percentages of Color #bde19d

%16
%0
%30
%12

Triadic Colors of #bde19d

#bde19d #9dbde1 #e19dbd

Analogous Colors of #bde19d

#bde19d #9de19f #dfe19d

Monochromatic Colors of #bde19d

#bde19d

Complementary Color

#bde19d #c19de1

#bde19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde19d Color CSS Codes

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

#bde19d Text Font Color

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

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


#bde19d Background Color

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

This div background color is #bde19d


#bde19d Border Color

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

This div border color is #bde19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde19d


Comments

No comments written yet.

Please login to write comment.