Color Hex Logo

#bde0ae Color Hex

#BDE0AE
(189,224,174)
0 Favorites   0 Comments

Color spaces of #bde0ae

RGB 189224174
HSL0.280.450.78
HSV102°22°88°
CMYK 0.160.000.22   0.12
XYZ55.281967.186150.0990
Yxy67.18610.32040.3893
Hunter Lab81.9671-23.055021.1384
CIE-Lab85.5978-20.554620.7667

#bde0ae color RGB value is (189,224,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 10101110
Octal 275 340 256
Decimal 189 224 174
Hex BD E0 AE

RGB Percentages of Color #bde0ae

%32.20
%38.16
%29.64

CMYK Percentages of Color #bde0ae

%16
%0
%22
%12

Triadic Colors of #bde0ae

#bde0ae #aebde0 #e0aebd

Analogous Colors of #bde0ae

#bde0ae #aee0b8 #d6e0ae

Monochromatic Colors of #bde0ae

#bde0ae

Complementary Color

#bde0ae #d1aee0

#bde0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde0ae Color CSS Codes

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

#bde0ae Text Font Color

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

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


#bde0ae Background Color

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

This div background color is #bde0ae


#bde0ae Border Color

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

This div border color is #bde0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde0ae


Comments

No comments written yet.

Please login to write comment.