Color Hex Logo

#bed353 Color Hex

#BED353
(190,211,83)
0 Favorites   0 Comments

Color spaces of #bed353

RGB 19021183
HSL0.190.590.58
HSV70°61°83°
CMYK 0.100.000.61   0.17
XYZ46.090858.160216.9804
Yxy58.16020.38020.4797
Hunter Lab76.2628-25.580340.1827
CIE-Lab80.8278-24.539659.2915

#bed353 color RGB value is (190,211,83).

#bed353 hex color red value is 190, green value is 211 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bed353 hue: 0.19 , saturation: 0.59 and the lightness value of bed353 is 0.58.

The process color (four color CMYK) of #bed353 color hex is 0.10, 0.00, 0.61, 0.17. Web safe color of #bed353 is #cccc66. Color #bed353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 01010011
Octal 276 323 123
Decimal 190 211 83
Hex BE D3 53

RGB Percentages of Color #bed353

%39.26
%43.60
%17.15

CMYK Percentages of Color #bed353

%10
%0
%61
%17

Triadic Colors of #bed353

#bed353 #53bed3 #d353be

Analogous Colors of #bed353

#bed353 #7ed353 #d3a853

Monochromatic Colors of #bed353

#bed353

Complementary Color

#bed353 #6853d3

#bed353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed353 Color CSS Codes

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

#bed353 Text Font Color

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

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


#bed353 Background Color

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

This div background color is #bed353


#bed353 Border Color

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

This div border color is #bed353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed353


Comments

No comments written yet.

Please login to write comment.