Color Hex Logo

#bde195 Color Hex

#BDE195
(189,225,149)
0 Favorites   0 Comments

Color spaces of #bde195

RGB 189225149
HSL0.250.560.73
HSV88°34°88°
CMYK 0.160.000.34   0.12
XYZ53.336366.839238.5239
Yxy66.83920.33610.4212
Hunter Lab81.7552-26.620129.2906
CIE-Lab85.4227-24.754533.4111

#bde195 color RGB value is (189,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 10010101
Octal 275 341 225
Decimal 189 225 149
Hex BD E1 95

RGB Percentages of Color #bde195

%33.57
%39.96
%26.47

CMYK Percentages of Color #bde195

%16
%0
%34
%12

Triadic Colors of #bde195

#bde195 #95bde1 #e195bd

Analogous Colors of #bde195

#bde195 #97e195 #e1df95

Monochromatic Colors of #bde195

#bde195

Complementary Color

#bde195 #b995e1

#bde195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde195 Color CSS Codes

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

#bde195 Text Font Color

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

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


#bde195 Background Color

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

This div background color is #bde195


#bde195 Border Color

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

This div border color is #bde195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde195


Comments

No comments written yet.

Please login to write comment.