Color Hex Logo

#bedb59 Color Hex

#BEDB59
(190,219,89)
0 Favorites   0 Comments

Color spaces of #bedb59

RGB 19021989
HSL0.200.640.60
HSV73°59°86°
CMYK 0.130.000.59   0.14
XYZ48.369962.331518.9330
Yxy62.33150.37310.4808
Hunter Lab78.9503-28.802741.0469
CIE-Lab83.0894-27.917159.2132

#bedb59 color RGB value is (190,219,89).

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

The process color (four color CMYK) of #bedb59 color hex is 0.13, 0.00, 0.59, 0.14. Web safe color of #bedb59 is #cccc66. Color #bedb59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 01011001
Octal 276 333 131
Decimal 190 219 89
Hex BE DB 59

RGB Percentages of Color #bedb59

%38.15
%43.98
%17.87

CMYK Percentages of Color #bedb59

%13
%0
%59
%14

Triadic Colors of #bedb59

#bedb59 #59bedb #db59be

Analogous Colors of #bedb59

#bedb59 #7ddb59 #dbb759

Monochromatic Colors of #bedb59

#bedb59

Complementary Color

#bedb59 #7659db

#bedb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb59 Color CSS Codes

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

#bedb59 Text Font Color

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

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


#bedb59 Background Color

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

This div background color is #bedb59


#bedb59 Border Color

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

This div border color is #bedb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb59


Comments

No comments written yet.

Please login to write comment.