Color Hex Logo

#bde396 Color Hex

#BDE396
(189,227,150)
0 Favorites   0 Comments

Color spaces of #bde396

RGB 189227150
HSL0.250.580.74
HSV90°34°89°
CMYK 0.170.000.34   0.11
XYZ53.960467.959039.1275
Yxy67.95900.33510.4220
Hunter Lab82.4372-27.425629.5650
CIE-Lab85.9859-25.580033.6473

#bde396 color RGB value is (189,227,150).

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

The process color (four color CMYK) of #bde396 color hex is 0.17, 0.00, 0.34, 0.11. Web safe color of #bde396 is #cccc99. Color #bde396 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 10010110
Octal 275 343 226
Decimal 189 227 150
Hex BD E3 96

RGB Percentages of Color #bde396

%33.39
%40.11
%26.50

CMYK Percentages of Color #bde396

%17
%0
%34
%11

Triadic Colors of #bde396

#bde396 #96bde3 #e396bd

Analogous Colors of #bde396

#bde396 #97e396 #e3e396

Monochromatic Colors of #bde396

#bde396

Complementary Color

#bde396 #bc96e3

#bde396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde396 Color CSS Codes

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

#bde396 Text Font Color

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

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


#bde396 Background Color

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

This div background color is #bde396


#bde396 Border Color

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

This div border color is #bde396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde396


Comments

No comments written yet.

Please login to write comment.