Color Hex Logo

#bde191 Color Hex

#BDE191
(189,225,145)
0 Favorites   0 Comments

Color spaces of #bde191

RGB 189225145
HSL0.240.570.73
HSV87°36°88°
CMYK 0.160.000.36   0.12
XYZ53.022366.713636.8705
Yxy66.71360.33860.4260
Hunter Lab81.6784-27.062230.4107
CIE-Lab85.3591-25.291435.3549

#bde191 color RGB value is (189,225,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10010001
Octal 275 341 221
Decimal 189 225 145
Hex BD E1 91

RGB Percentages of Color #bde191

%33.81
%40.25
%25.94

CMYK Percentages of Color #bde191

%16
%0
%36
%12

Triadic Colors of #bde191

#bde191 #91bde1 #e191bd

Analogous Colors of #bde191

#bde191 #95e191 #e1dd91

Monochromatic Colors of #bde191

#bde191

Complementary Color

#bde191 #b591e1

#bde191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde191 Color CSS Codes

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

#bde191 Text Font Color

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

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


#bde191 Background Color

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

This div background color is #bde191


#bde191 Border Color

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

This div border color is #bde191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde191


Comments

No comments written yet.

Please login to write comment.