Color Hex Logo

#bed8af Color Hex

#BED8AF
(190,216,175)
0 Favorites   0 Comments

Color spaces of #bed8af

RGB 190216175
HSL0.270.340.77
HSV98°19°85°
CMYK 0.120.000.19   0.15
XYZ53.528963.154049.9261
Yxy63.15400.32130.3791
Hunter Lab79.4695-18.837918.3802
CIE-Lab83.5233-16.071917.3678

#bed8af color RGB value is (190,216,175).

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

The process color (four color CMYK) of #bed8af color hex is 0.12, 0.00, 0.19, 0.15. Web safe color of #bed8af is #cccc99. Color #bed8af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10101111
Octal 276 330 257
Decimal 190 216 175
Hex BE D8 AF

RGB Percentages of Color #bed8af

%32.70
%37.18
%30.12

CMYK Percentages of Color #bed8af

%12
%0
%19
%15

Triadic Colors of #bed8af

#bed8af #afbed8 #d8afbe

Analogous Colors of #bed8af

#bed8af #afd8b5 #d3d8af

Monochromatic Colors of #bed8af

#bed8af

Complementary Color

#bed8af #c9afd8

#bed8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed8af Color CSS Codes

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

#bed8af Text Font Color

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

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


#bed8af Background Color

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

This div background color is #bed8af


#bed8af Border Color

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

This div border color is #bed8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed8af


Comments

No comments written yet.

Please login to write comment.