Color Hex Logo

#bde595 Color Hex

#BDE595
(189,229,149)
0 Favorites   0 Comments

Color spaces of #bde595

RGB 189229149
HSL0.250.610.74
HSV90°35°90°
CMYK 0.170.000.35   0.10
XYZ54.430469.027438.8886
Yxy69.02740.33530.4252
Hunter Lab83.0827-28.453230.4060
CIE-Lab86.5176-26.673234.8540

#bde595 color RGB value is (189,229,149).

#bde595 hex color red value is 189, green value is 229 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bde595 hue: 0.25 , saturation: 0.61 and the lightness value of bde595 is 0.74.

The process color (four color CMYK) of #bde595 color hex is 0.17, 0.00, 0.35, 0.10. Web safe color of #bde595 is #cccc99. Color #bde595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100101 10010101
Octal 275 345 225
Decimal 189 229 149
Hex BD E5 95

RGB Percentages of Color #bde595

%33.33
%40.39
%26.28

CMYK Percentages of Color #bde595

%17
%0
%35
%10

Triadic Colors of #bde595

#bde595 #95bde5 #e595bd

Analogous Colors of #bde595

#bde595 #95e595 #e5e595

Monochromatic Colors of #bde595

#bde595

Complementary Color

#bde595 #bd95e5

#bde595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde595 Color CSS Codes

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

#bde595 Text Font Color

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

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


#bde595 Background Color

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

This div background color is #bde595


#bde595 Border Color

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

This div border color is #bde595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde595


Comments

No comments written yet.

Please login to write comment.