Color Hex Logo

#bed04d Color Hex

#BED04D
(190,208,77)
0 Favorites   0 Comments

Color spaces of #bed04d

RGB 19020877
HSL0.190.580.56
HSV68°63°82°
CMYK 0.090.000.63   0.18
XYZ45.130656.594715.5664
Yxy56.59470.38480.4825
Hunter Lab75.2294-24.568340.3924
CIE-Lab79.9511-23.507860.8551

#bed04d color RGB value is (190,208,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01001101
Octal 276 320 115
Decimal 190 208 77
Hex BE D0 4D

RGB Percentages of Color #bed04d

%40.00
%43.79
%16.21

CMYK Percentages of Color #bed04d

%9
%0
%63
%18

Triadic Colors of #bed04d

#bed04d #4dbed0 #d04dbe

Analogous Colors of #bed04d

#bed04d #7dd04d #d0a14d

Monochromatic Colors of #bed04d

#bed04d

Complementary Color

#bed04d #5f4dd0

#bed04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed04d Color CSS Codes

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

#bed04d Text Font Color

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

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


#bed04d Background Color

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

This div background color is #bed04d


#bed04d Border Color

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

This div border color is #bed04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed04d


Comments

No comments written yet.

Please login to write comment.