Color Hex Logo

#bedc39 Color Hex

#BEDC39
(190,220,57)
0 Favorites   0 Comments

Color spaces of #bedc39

RGB 19022057
HSL0.200.700.54
HSV71°74°86°
CMYK 0.140.000.74   0.14
XYZ47.566962.429013.4138
Yxy62.42900.38540.5059
Hunter Lab79.0120-30.810345.2428
CIE-Lab83.1410-30.361071.4166

#bedc39 color RGB value is (190,220,57).

#bedc39 hex color red value is 190, green value is 220 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bedc39 hue: 0.20 , saturation: 0.70 and the lightness value of bedc39 is 0.54.

The process color (four color CMYK) of #bedc39 color hex is 0.14, 0.00, 0.74, 0.14. Web safe color of #bedc39 is #cccc33. Color #bedc39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 00111001
Octal 276 334 71
Decimal 190 220 57
Hex BE DC 39

RGB Percentages of Color #bedc39

%40.69
%47.11
%12.21

CMYK Percentages of Color #bedc39

%14
%0
%74
%14

Triadic Colors of #bedc39

#bedc39 #39bedc #dc39be

Analogous Colors of #bedc39

#bedc39 #6ddc39 #dca939

Monochromatic Colors of #bedc39

#bedc39

Complementary Color

#bedc39 #5739dc

#bedc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc39 Color CSS Codes

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

#bedc39 Text Font Color

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

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


#bedc39 Background Color

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

This div background color is #bedc39


#bedc39 Border Color

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

This div border color is #bedc39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc39


Comments

No comments written yet.

Please login to write comment.