Color Hex Logo

#bddcaa Color Hex

#BDDCAA
(189,220,170)
0 Favorites   0 Comments

Color spaces of #bddcaa

RGB 189220170
HSL0.270.420.76
HSV97°23°86°
CMYK 0.140.000.23   0.14
XYZ53.835264.907547.7212
Yxy64.90750.32340.3899
Hunter Lab80.5652-21.712021.2764
CIE-Lab84.4360-19.219921.2460

#bddcaa color RGB value is (189,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10101010
Octal 275 334 252
Decimal 189 220 170
Hex BD DC AA

RGB Percentages of Color #bddcaa

%32.64
%38.00
%29.36

CMYK Percentages of Color #bddcaa

%14
%0
%23
%14

Triadic Colors of #bddcaa

#bddcaa #aabddc #dcaabd

Analogous Colors of #bddcaa

#bddcaa #aadcb0 #d6dcaa

Monochromatic Colors of #bddcaa

#bddcaa

Complementary Color

#bddcaa #c9aadc

#bddcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddcaa Color CSS Codes

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

#bddcaa Text Font Color

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

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


#bddcaa Background Color

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

This div background color is #bddcaa


#bddcaa Border Color

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

This div border color is #bddcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddcaa


Comments

No comments written yet.

Please login to write comment.