Color Hex Logo

#bedcac Color Hex

#BEDCAC
(190,220,172)
0 Favorites   0 Comments

Color spaces of #bedcac

RGB 190220172
HSL0.270.410.77
HSV98°22°86°
CMYK 0.140.000.22   0.14
XYZ54.274865.112148.7370
Yxy65.11210.32280.3873
Hunter Lab80.6921-21.149120.6740
CIE-Lab84.5415-18.551320.3574

#bedcac color RGB value is (190,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10101100
Octal 276 334 254
Decimal 190 220 172
Hex BE DC AC

RGB Percentages of Color #bedcac

%32.65
%37.80
%29.55

CMYK Percentages of Color #bedcac

%14
%0
%22
%14

Triadic Colors of #bedcac

#bedcac #acbedc #dcacbe

Analogous Colors of #bedcac

#bedcac #acdcb2 #d6dcac

Monochromatic Colors of #bedcac

#bedcac

Complementary Color

#bedcac #caacdc

#bedcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcac Color CSS Codes

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

#bedcac Text Font Color

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

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


#bedcac Background Color

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

This div background color is #bedcac


#bedcac Border Color

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

This div border color is #bedcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,220,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bedcac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcac


Comments

No comments written yet.

Please login to write comment.