Color Hex Logo

#bedcaa Color Hex

#BEDCAA
(190,220,170)
0 Favorites   0 Comments

Color spaces of #bedcaa

RGB 190220170
HSL0.270.420.76
HSV96°23°86°
CMYK 0.140.000.23   0.14
XYZ54.084165.035847.7328
Yxy65.03580.32410.3898
Hunter Lab80.6448-21.418021.3582
CIE-Lab84.5022-18.868421.3477

#bedcaa color RGB value is (190,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10101010
Octal 276 334 252
Decimal 190 220 170
Hex BE DC AA

RGB Percentages of Color #bedcaa

%32.76
%37.93
%29.31

CMYK Percentages of Color #bedcaa

%14
%0
%23
%14

Triadic Colors of #bedcaa

#bedcaa #aabedc #dcaabe

Analogous Colors of #bedcaa

#bedcaa #aadcaf #d7dcaa

Monochromatic Colors of #bedcaa

#bedcaa

Complementary Color

#bedcaa #c8aadc

#bedcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcaa Color CSS Codes

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

#bedcaa Text Font Color

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

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


#bedcaa Background Color

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

This div background color is #bedcaa


#bedcaa Border Color

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

This div border color is #bedcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcaa


Comments

No comments written yet.

Please login to write comment.