Color Hex Logo

#bde9ad Color Hex

#BDE9AD
(189,233,173)
0 Favorites   0 Comments

Color spaces of #bde9ad

RGB 189233173
HSL0.290.580.80
HSV104°26°91°
CMYK 0.190.000.26   0.09
XYZ57.668072.113850.4151
Yxy72.11380.32000.4002
Hunter Lab84.9198-27.392624.2447
CIE-Lab88.0233-25.088924.6245

#bde9ad color RGB value is (189,233,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 10101101
Octal 275 351 255
Decimal 189 233 173
Hex BD E9 AD

RGB Percentages of Color #bde9ad

%31.76
%39.16
%29.08

CMYK Percentages of Color #bde9ad

%19
%0
%26
%9

Triadic Colors of #bde9ad

#bde9ad #adbde9 #e9adbd

Analogous Colors of #bde9ad

#bde9ad #ade9bb #dbe9ad

Monochromatic Colors of #bde9ad

#bde9ad

Complementary Color

#bde9ad #d9ade9

#bde9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde9ad Color CSS Codes

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

#bde9ad Text Font Color

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

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


#bde9ad Background Color

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

This div background color is #bde9ad


#bde9ad Border Color

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

This div border color is #bde9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde9ad


Comments

No comments written yet.

Please login to write comment.