Color Hex Logo

#bddeaa Color Hex

#BDDEAA
(189,222,170)
0 Favorites   0 Comments

Color spaces of #bddeaa

RGB 189222170
HSL0.270.440.77
HSV98°23°87°
CMYK 0.150.000.23   0.13
XYZ54.363265.963647.8972
Yxy65.96360.32320.3921
Hunter Lab81.2180-22.652621.8871
CIE-Lab84.9778-20.207221.9936

#bddeaa color RGB value is (189,222,170).

#bddeaa hex color red value is 189, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bddeaa hue: 0.27 , saturation: 0.44 and the lightness value of bddeaa is 0.77.

The process color (four color CMYK) of #bddeaa color hex is 0.15, 0.00, 0.23, 0.13. Web safe color of #bddeaa is #cccc99. Color #bddeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 10101010
Octal 275 336 252
Decimal 189 222 170
Hex BD DE AA

RGB Percentages of Color #bddeaa

%32.53
%38.21
%29.26

CMYK Percentages of Color #bddeaa

%15
%0
%23
%13

Triadic Colors of #bddeaa

#bddeaa #aabdde #deaabd

Analogous Colors of #bddeaa

#bddeaa #aadeb1 #d7deaa

Monochromatic Colors of #bddeaa

#bddeaa

Complementary Color

#bddeaa #cbaade

#bddeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddeaa Color CSS Codes

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

#bddeaa Text Font Color

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

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


#bddeaa Background Color

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

This div background color is #bddeaa


#bddeaa Border Color

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

This div border color is #bddeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddeaa


Comments

No comments written yet.

Please login to write comment.