Color Hex Logo

#bdecaa Color Hex

#BDECAA
(189,236,170)
0 Favorites   0 Comments

Color spaces of #bdecaa

RGB 189236170
HSL0.290.630.80
HSV103°28°93°
CMYK 0.200.000.28   0.07
XYZ58.237473.712049.1886
Yxy73.71200.32150.4069
Hunter Lab85.8557-29.167826.1305
CIE-Lab88.7862-26.988527.2048

#bdecaa color RGB value is (189,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10101010
Octal 275 354 252
Decimal 189 236 170
Hex BD EC AA

RGB Percentages of Color #bdecaa

%31.76
%39.66
%28.57

CMYK Percentages of Color #bdecaa

%20
%0
%28
%7

Triadic Colors of #bdecaa

#bdecaa #aabdec #ecaabd

Analogous Colors of #bdecaa

#bdecaa #aaecb8 #deecaa

Monochromatic Colors of #bdecaa

#bdecaa

Complementary Color

#bdecaa #d9aaec

#bdecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecaa Color CSS Codes

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

#bdecaa Text Font Color

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

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


#bdecaa Background Color

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

This div background color is #bdecaa


#bdecaa Border Color

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

This div border color is #bdecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecaa


Comments

No comments written yet.

Please login to write comment.