Color Hex Logo

#bed453 Color Hex

#BED453
(190,212,83)
0 Favorites   0 Comments

Color spaces of #bed453

RGB 19021283
HSL0.200.600.58
HSV70°61°83°
CMYK 0.100.000.61   0.17
XYZ46.340058.658617.0635
Yxy58.65860.37960.4806
Hunter Lab76.5889-26.029440.4028
CIE-Lab81.1036-25.021759.5917

#bed453 color RGB value is (190,212,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 01010011
Octal 276 324 123
Decimal 190 212 83
Hex BE D4 53

RGB Percentages of Color #bed453

%39.18
%43.71
%17.11

CMYK Percentages of Color #bed453

%10
%0
%61
%17

Triadic Colors of #bed453

#bed453 #53bed4 #d453be

Analogous Colors of #bed453

#bed453 #7ed453 #d4aa53

Monochromatic Colors of #bed453

#bed453

Complementary Color

#bed453 #6953d4

#bed453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed453 Color CSS Codes

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

#bed453 Text Font Color

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

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


#bed453 Background Color

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

This div background color is #bed453


#bed453 Border Color

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

This div border color is #bed453


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,212,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 #bed453">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed453


Comments

No comments written yet.

Please login to write comment.