Color Hex Logo

#bde89d Color Hex

#BDE89D
(189,232,157)
0 Favorites   0 Comments

Color spaces of #bde89d

RGB 189232157
HSL0.260.620.76
HSV94°32°91°
CMYK 0.190.000.32   0.09
XYZ55.928770.966442.6484
Yxy70.96640.32990.4186
Hunter Lab84.2416-28.915028.9527
CIE-Lab87.4687-26.997232.0606

#bde89d color RGB value is (189,232,157).

#bde89d hex color red value is 189, green value is 232 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bde89d hue: 0.26 , saturation: 0.62 and the lightness value of bde89d is 0.76.

The process color (four color CMYK) of #bde89d color hex is 0.19, 0.00, 0.32, 0.09. Web safe color of #bde89d is #ccff99. Color #bde89d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101000 10011101
Octal 275 350 235
Decimal 189 232 157
Hex BD E8 9D

RGB Percentages of Color #bde89d

%32.70
%40.14
%27.16

CMYK Percentages of Color #bde89d

%19
%0
%32
%9

Triadic Colors of #bde89d

#bde89d #9dbde8 #e89dbd

Analogous Colors of #bde89d

#bde89d #9de8a3 #e3e89d

Monochromatic Colors of #bde89d

#bde89d

Complementary Color

#bde89d #c89de8

#bde89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde89d Color CSS Codes

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

#bde89d Text Font Color

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

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


#bde89d Background Color

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

This div background color is #bde89d


#bde89d Border Color

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

This div border color is #bde89d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,232,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 #bde89d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde89d


Comments

No comments written yet.

Please login to write comment.