Color Hex Logo

#bde29a Color Hex

#BDE29A
(189,226,154)
0 Favorites   0 Comments

Color spaces of #bde29a

RGB 189226154
HSL0.250.550.75
HSV91°32°89°
CMYK 0.160.000.32   0.11
XYZ54.015467.544640.7624
Yxy67.54460.33280.4161
Hunter Lab82.1855-26.507828.1232
CIE-Lab85.7782-24.544131.3357

#bde29a color RGB value is (189,226,154).

#bde29a hex color red value is 189, green value is 226 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bde29a hue: 0.25 , saturation: 0.55 and the lightness value of bde29a is 0.75.

The process color (four color CMYK) of #bde29a color hex is 0.16, 0.00, 0.32, 0.11. Web safe color of #bde29a is #cccc99. Color #bde29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 10011010
Octal 275 342 232
Decimal 189 226 154
Hex BD E2 9A

RGB Percentages of Color #bde29a

%33.22
%39.72
%27.07

CMYK Percentages of Color #bde29a

%16
%0
%32
%11

Triadic Colors of #bde29a

#bde29a #9abde2 #e29abd

Analogous Colors of #bde29a

#bde29a #9ae29b #e1e29a

Monochromatic Colors of #bde29a

#bde29a

Complementary Color

#bde29a #bf9ae2

#bde29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde29a Color CSS Codes

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

#bde29a Text Font Color

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

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


#bde29a Background Color

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

This div background color is #bde29a


#bde29a Border Color

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

This div border color is #bde29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde29a


Comments

No comments written yet.

Please login to write comment.