Color Hex Logo

#bedaac Color Hex

#BEDAAC
(190,218,172)
0 Favorites   0 Comments

Color spaces of #bedaac

RGB 190218172
HSL0.270.380.76
HSV97°21°85°
CMYK 0.130.000.21   0.15
XYZ53.753064.068548.5631
Yxy64.06850.32310.3851
Hunter Lab80.0428-20.202720.0579
CIE-Lab84.0014-17.557219.6085

#bedaac color RGB value is (190,218,172).

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

The process color (four color CMYK) of #bedaac color hex is 0.13, 0.00, 0.21, 0.15. Web safe color of #bedaac is #cccc99. Color #bedaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10101100
Octal 276 332 254
Decimal 190 218 172
Hex BE DA AC

RGB Percentages of Color #bedaac

%32.76
%37.59
%29.66

CMYK Percentages of Color #bedaac

%13
%0
%21
%15

Triadic Colors of #bedaac

#bedaac #acbeda #daacbe

Analogous Colors of #bedaac

#bedaac #acdab1 #d5daac

Monochromatic Colors of #bedaac

#bedaac

Complementary Color

#bedaac #c8acda

#bedaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaac Color CSS Codes

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

#bedaac Text Font Color

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

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


#bedaac Background Color

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

This div background color is #bedaac


#bedaac Border Color

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

This div border color is #bedaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaac


Comments

No comments written yet.

Please login to write comment.