Color Hex Logo

#bdceaa Color Hex

#BDCEAA
(189,206,170)
0 Favorites   0 Comments

Color spaces of #bdceaa

RGB 189206170
HSL0.250.270.74
HSV88°17°81°
CMYK 0.080.000.17   0.19
XYZ50.313357.863746.5472
Yxy57.86370.32520.3740
Hunter Lab76.0682-15.055216.9673
CIE-Lab80.6630-12.182115.9968

#bdceaa color RGB value is (189,206,170).

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

The process color (four color CMYK) of #bdceaa color hex is 0.08, 0.00, 0.17, 0.19. Web safe color of #bdceaa is #cccc99. Color #bdceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10101010
Octal 275 316 252
Decimal 189 206 170
Hex BD CE AA

RGB Percentages of Color #bdceaa

%33.45
%36.46
%30.09

CMYK Percentages of Color #bdceaa

%8
%0
%17
%19

Triadic Colors of #bdceaa

#bdceaa #aabdce #ceaabd

Analogous Colors of #bdceaa

#bdceaa #abceaa #cecdaa

Monochromatic Colors of #bdceaa

#bdceaa

Complementary Color

#bdceaa #bbaace

#bdceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdceaa Color CSS Codes

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

#bdceaa Text Font Color

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

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


#bdceaa Background Color

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

This div background color is #bdceaa


#bdceaa Border Color

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

This div border color is #bdceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdceaa


Comments

No comments written yet.

Please login to write comment.