Color Hex Logo

#bed061 Color Hex

#BED061
(190,208,97)
0 Favorites   0 Comments

Color spaces of #bed061

RGB 19020897
HSL0.190.540.60
HSV70°53°82°
CMYK 0.090.000.53   0.18
XYZ45.948756.922019.8745
Yxy56.92200.37430.4637
Hunter Lab75.4467-23.321237.1942
CIE-Lab80.1357-21.960652.3001

#bed061 color RGB value is (190,208,97).

#bed061 hex color red value is 190, green value is 208 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bed061 hue: 0.19 , saturation: 0.54 and the lightness value of bed061 is 0.60.

The process color (four color CMYK) of #bed061 color hex is 0.09, 0.00, 0.53, 0.18. Web safe color of #bed061 is #cccc66. Color #bed061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01100001
Octal 276 320 141
Decimal 190 208 97
Hex BE D0 61

RGB Percentages of Color #bed061

%38.38
%42.02
%19.60

CMYK Percentages of Color #bed061

%9
%0
%53
%18

Triadic Colors of #bed061

#bed061 #61bed0 #d061be

Analogous Colors of #bed061

#bed061 #87d061 #d0ab61

Monochromatic Colors of #bed061

#bed061

Complementary Color

#bed061 #7361d0

#bed061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed061 Color CSS Codes

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

#bed061 Text Font Color

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

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


#bed061 Background Color

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

This div background color is #bed061


#bed061 Border Color

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

This div border color is #bed061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed061


Comments

No comments written yet.

Please login to write comment.