Color Hex Logo

#bde097 Color Hex

#BDE097
(189,224,151)
0 Favorites   0 Comments

Color spaces of #bde097

RGB 189224151
HSL0.250.540.74
HSV89°33°88°
CMYK 0.160.000.33   0.12
XYZ53.227866.364539.2824
Yxy66.36450.33500.4177
Hunter Lab81.4644-25.933128.4353
CIE-Lab85.1820-23.997032.0738

#bde097 color RGB value is (189,224,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 10010111
Octal 275 340 227
Decimal 189 224 151
Hex BD E0 97

RGB Percentages of Color #bde097

%33.51
%39.72
%26.77

CMYK Percentages of Color #bde097

%16
%0
%33
%12

Triadic Colors of #bde097

#bde097 #97bde0 #e097bd

Analogous Colors of #bde097

#bde097 #99e097 #e0df97

Monochromatic Colors of #bde097

#bde097

Complementary Color

#bde097 #ba97e0

#bde097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde097 Color CSS Codes

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

#bde097 Text Font Color

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

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


#bde097 Background Color

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

This div background color is #bde097


#bde097 Border Color

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

This div border color is #bde097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde097


Comments

No comments written yet.

Please login to write comment.