Color Hex Logo

#bed5ac Color Hex

#BED5AC
(190,213,172)
0 Favorites   0 Comments

Color spaces of #bed5ac

RGB 190213172
HSL0.260.330.75
HSV94°19°84°
CMYK 0.110.000.19   0.16
XYZ52.475861.514248.1374
Yxy61.51420.32370.3794
Hunter Lab78.4310-17.825318.5122
CIE-Lab82.6544-15.052217.7338

#bed5ac color RGB value is (190,213,172).

#bed5ac hex color red value is 190, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bed5ac hue: 0.26 , saturation: 0.33 and the lightness value of bed5ac is 0.75.

The process color (four color CMYK) of #bed5ac color hex is 0.11, 0.00, 0.19, 0.16. Web safe color of #bed5ac is #cccc99. Color #bed5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 10101100
Octal 276 325 254
Decimal 190 213 172
Hex BE D5 AC

RGB Percentages of Color #bed5ac

%33.04
%37.04
%29.91

CMYK Percentages of Color #bed5ac

%11
%0
%19
%16

Triadic Colors of #bed5ac

#bed5ac #acbed5 #d5acbe

Analogous Colors of #bed5ac

#bed5ac #acd5af #d3d5ac

Monochromatic Colors of #bed5ac

#bed5ac

Complementary Color

#bed5ac #c3acd5

#bed5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed5ac Color CSS Codes

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

#bed5ac Text Font Color

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

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


#bed5ac Background Color

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

This div background color is #bed5ac


#bed5ac Border Color

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

This div border color is #bed5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed5ac


Comments

No comments written yet.

Please login to write comment.