Color Hex Logo

#bde9ac Color Hex

#BDE9AC
(189,233,172)
0 Favorites   0 Comments

Color spaces of #bde9ac

RGB 189233172
HSL0.290.580.79
HSV103°26°91°
CMYK 0.190.000.26   0.09
XYZ57.571672.075249.9073
Yxy72.07520.32060.4014
Hunter Lab84.8971-27.523124.5740
CIE-Lab88.0048-25.244925.1137

#bde9ac color RGB value is (189,233,172).

#bde9ac hex color red value is 189, green value is 233 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bde9ac hue: 0.29 , saturation: 0.58 and the lightness value of bde9ac is 0.79.

The process color (four color CMYK) of #bde9ac color hex is 0.19, 0.00, 0.26, 0.09. Web safe color of #bde9ac is #ccff99. Color #bde9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 10101100
Octal 275 351 254
Decimal 189 233 172
Hex BD E9 AC

RGB Percentages of Color #bde9ac

%31.82
%39.23
%28.96

CMYK Percentages of Color #bde9ac

%19
%0
%26
%9

Triadic Colors of #bde9ac

#bde9ac #acbde9 #e9acbd

Analogous Colors of #bde9ac

#bde9ac #ace9ba #dce9ac

Monochromatic Colors of #bde9ac

#bde9ac

Complementary Color

#bde9ac #d8ace9

#bde9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde9ac Color CSS Codes

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

#bde9ac Text Font Color

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

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


#bde9ac Background Color

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

This div background color is #bde9ac


#bde9ac Border Color

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

This div border color is #bde9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde9ac


Comments

No comments written yet.

Please login to write comment.