Color Hex Logo

#bed449 Color Hex

#BED449
(190,212,73)
0 Favorites   0 Comments

Color spaces of #bed449

RGB 19021273
HSL0.190.620.56
HSV69°66°83°
CMYK 0.100.000.66   0.17
XYZ45.981358.515215.1744
Yxy58.51520.38420.4890
Hunter Lab76.4952-26.570341.7853
CIE-Lab81.0244-25.698363.5910

#bed449 color RGB value is (190,212,73).

#bed449 hex color red value is 190, green value is 212 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bed449 hue: 0.19 , saturation: 0.62 and the lightness value of bed449 is 0.56.

The process color (four color CMYK) of #bed449 color hex is 0.10, 0.00, 0.66, 0.17. Web safe color of #bed449 is #cccc33. Color #bed449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 01001001
Octal 276 324 111
Decimal 190 212 73
Hex BE D4 49

RGB Percentages of Color #bed449

%40.00
%44.63
%15.37

CMYK Percentages of Color #bed449

%10
%0
%66
%17

Triadic Colors of #bed449

#bed449 #49bed4 #d449be

Analogous Colors of #bed449

#bed449 #79d449 #d4a549

Monochromatic Colors of #bed449

#bed449

Complementary Color

#bed449 #5f49d4

#bed449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed449 Color CSS Codes

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

#bed449 Text Font Color

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

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


#bed449 Background Color

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

This div background color is #bed449


#bed449 Border Color

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

This div border color is #bed449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed449


Comments

No comments written yet.

Please login to write comment.