Color Hex Logo

#bed5ae Color Hex

#BED5AE
(190,213,174)
0 Favorites   0 Comments

Color spaces of #bed5ae

RGB 190213174
HSL0.260.320.76
HSV95°18°84°
CMYK 0.110.000.18   0.16
XYZ52.669461.591649.1568
Yxy61.59160.32230.3769
Hunter Lab78.4803-17.546317.7994
CIE-Lab82.6958-14.726716.7371

#bed5ae color RGB value is (190,213,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 10101110
Octal 276 325 256
Decimal 190 213 174
Hex BE D5 AE

RGB Percentages of Color #bed5ae

%32.93
%36.92
%30.16

CMYK Percentages of Color #bed5ae

%11
%0
%18
%16

Triadic Colors of #bed5ae

#bed5ae #aebed5 #d5aebe

Analogous Colors of #bed5ae

#bed5ae #aed5b2 #d2d5ae

Monochromatic Colors of #bed5ae

#bed5ae

Complementary Color

#bed5ae #c5aed5

#bed5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed5ae Color CSS Codes

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

#bed5ae Text Font Color

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

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


#bed5ae Background Color

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

This div background color is #bed5ae


#bed5ae Border Color

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

This div border color is #bed5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed5ae


Comments

No comments written yet.

Please login to write comment.