Color Hex Logo

#bdedaa Color Hex

#BDEDAA
(189,237,170)
0 Favorites   0 Comments

Color spaces of #bdedaa

RGB 189237170
HSL0.290.650.80
HSV103°28°93°
CMYK 0.200.000.28   0.07
XYZ58.526274.289549.2849
Yxy74.28950.32140.4080
Hunter Lab86.1914-29.628726.4315
CIE-Lab89.0591-27.464127.5753

#bdedaa color RGB value is (189,237,170).

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

The process color (four color CMYK) of #bdedaa color hex is 0.20, 0.00, 0.28, 0.07. Web safe color of #bdedaa is #ccff99. Color #bdedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 10101010
Octal 275 355 252
Decimal 189 237 170
Hex BD ED AA

RGB Percentages of Color #bdedaa

%31.71
%39.77
%28.52

CMYK Percentages of Color #bdedaa

%20
%0
%28
%7

Triadic Colors of #bdedaa

#bdedaa #aabded #edaabd

Analogous Colors of #bdedaa

#bdedaa #aaedb9 #dfedaa

Monochromatic Colors of #bdedaa

#bdedaa

Complementary Color

#bdedaa #daaaed

#bdedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedaa Color CSS Codes

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

#bdedaa Text Font Color

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

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


#bdedaa Background Color

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

This div background color is #bdedaa


#bdedaa Border Color

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

This div border color is #bdedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedaa


Comments

No comments written yet.

Please login to write comment.