Color Hex Logo

#bde3aa Color Hex

#BDE3AA
(189,227,170)
0 Favorites   0 Comments

Color spaces of #bde3aa

RGB 189227170
HSL0.280.500.78
HSV100°25°89°
CMYK 0.170.000.25   0.11
XYZ55.711068.659348.3465
Yxy68.65930.32260.3975
Hunter Lab82.8609-24.993323.4090
CIE-Lab86.3351-22.655223.8595

#bde3aa color RGB value is (189,227,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 10101010
Octal 275 343 252
Decimal 189 227 170
Hex BD E3 AA

RGB Percentages of Color #bde3aa

%32.25
%38.74
%29.01

CMYK Percentages of Color #bde3aa

%17
%0
%25
%11

Triadic Colors of #bde3aa

#bde3aa #aabde3 #e3aabd

Analogous Colors of #bde3aa

#bde3aa #aae3b4 #dae3aa

Monochromatic Colors of #bde3aa

#bde3aa

Complementary Color

#bde3aa #d0aae3

#bde3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3aa Color CSS Codes

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

#bde3aa Text Font Color

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

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


#bde3aa Background Color

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

This div background color is #bde3aa


#bde3aa Border Color

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

This div border color is #bde3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3aa


Comments

No comments written yet.

Please login to write comment.