Color Hex Logo

#bde2aa Color Hex

#BDE2AA
(189,226,170)
0 Favorites   0 Comments

Color spaces of #bde2aa

RGB 189226170
HSL0.280.490.78
HSV100°25°89°
CMYK 0.160.000.25   0.11
XYZ55.438368.113848.2556
Yxy68.11380.32270.3965
Hunter Lab82.5311-24.526323.1051
CIE-Lab86.0633-22.167823.4867

#bde2aa color RGB value is (189,226,170).

#bde2aa hex color red value is 189, green value is 226 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bde2aa hue: 0.28 , saturation: 0.49 and the lightness value of bde2aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 10101010
Octal 275 342 252
Decimal 189 226 170
Hex BD E2 AA

RGB Percentages of Color #bde2aa

%32.31
%38.63
%29.06

CMYK Percentages of Color #bde2aa

%16
%0
%25
%11

Triadic Colors of #bde2aa

#bde2aa #aabde2 #e2aabd

Analogous Colors of #bde2aa

#bde2aa #aae2b3 #d9e2aa

Monochromatic Colors of #bde2aa

#bde2aa

Complementary Color

#bde2aa #cfaae2

#bde2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde2aa Color CSS Codes

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

#bde2aa Text Font Color

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

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


#bde2aa Background Color

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

This div background color is #bde2aa


#bde2aa Border Color

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

This div border color is #bde2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde2aa


Comments

No comments written yet.

Please login to write comment.