Color Hex Logo

#bed547 Color Hex

#BED547
(190,213,71)
0 Favorites   0 Comments

Color spaces of #bed547

RGB 19021371
HSL0.190.630.56
HSV70°67°84°
CMYK 0.110.000.67   0.16
XYZ46.166858.990614.9143
Yxy58.99060.38450.4913
Hunter Lab76.8053-27.115142.2506
CIE-Lab81.2864-26.300764.6386

#bed547 color RGB value is (190,213,71).

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

The process color (four color CMYK) of #bed547 color hex is 0.11, 0.00, 0.67, 0.16. Web safe color of #bed547 is #cccc33. Color #bed547 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 01000111
Octal 276 325 107
Decimal 190 213 71
Hex BE D5 47

RGB Percentages of Color #bed547

%40.08
%44.94
%14.98

CMYK Percentages of Color #bed547

%11
%0
%67
%16

Triadic Colors of #bed547

#bed547 #47bed5 #d547be

Analogous Colors of #bed547

#bed547 #77d547 #d5a547

Monochromatic Colors of #bed547

#bed547

Complementary Color

#bed547 #5e47d5

#bed547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed547 Color CSS Codes

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

#bed547 Text Font Color

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

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


#bed547 Background Color

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

This div background color is #bed547


#bed547 Border Color

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

This div border color is #bed547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed547


Comments

No comments written yet.

Please login to write comment.