Color Hex Logo

#bed086 Color Hex

#BED086
(190,208,134)
0 Favorites   0 Comments

Color spaces of #bed086

RGB 190208134
HSL0.210.440.67
HSV75°36°82°
CMYK 0.090.000.36   0.18
XYZ48.094257.780131.1721
Yxy57.78010.35090.4216
Hunter Lab76.0132-20.084728.8951
CIE-Lab80.6164-18.017434.7648

#bed086 color RGB value is (190,208,134).

#bed086 hex color red value is 190, green value is 208 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bed086 hue: 0.21 , saturation: 0.44 and the lightness value of bed086 is 0.67.

The process color (four color CMYK) of #bed086 color hex is 0.09, 0.00, 0.36, 0.18. Web safe color of #bed086 is #cccc99. Color #bed086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10000110
Octal 276 320 206
Decimal 190 208 134
Hex BE D0 86

RGB Percentages of Color #bed086

%35.71
%39.10
%25.19

CMYK Percentages of Color #bed086

%9
%0
%36
%18

Triadic Colors of #bed086

#bed086 #86bed0 #d086be

Analogous Colors of #bed086

#bed086 #99d086 #d0bd86

Monochromatic Colors of #bed086

#bed086

Complementary Color

#bed086 #9886d0

#bed086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed086 Color CSS Codes

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

#bed086 Text Font Color

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

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


#bed086 Background Color

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

This div background color is #bed086


#bed086 Border Color

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

This div border color is #bed086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed086


Comments

No comments written yet.

Please login to write comment.