Color Hex Logo

#edbe29 Color Hex

#EDBE29
(237,190,41)
0 Favorites   0 Comments

Color spaces of #edbe29

RGB 23719041
HSL0.130.840.55
HSV46°83°93°
CMYK 0.000.200.83   0.07
XYZ53.738754.99159.8799
Yxy54.99150.45310.4636
Hunter Lab74.1563-0.420144.0101
CIE-Lab79.03643.807273.9832

#edbe29 color RGB value is (237,190,41).

#edbe29 hex color red value is 237, green value is 190 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #edbe29 hue: 0.13 , saturation: 0.84 and the lightness value of edbe29 is 0.55.

The process color (four color CMYK) of #edbe29 color hex is 0.00, 0.20, 0.83, 0.07. Web safe color of #edbe29 is #ffcc33. Color #edbe29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 00101001
Octal 355 276 51
Decimal 237 190 41
Hex ED BE 29

RGB Percentages of Color #edbe29

%50.64
%40.60
%8.76

CMYK Percentages of Color #edbe29

%0
%20
%83
%7

Triadic Colors of #edbe29

#edbe29 #29edbe #be29ed

Analogous Colors of #edbe29

#edbe29 #baed29 #ed5c29

Monochromatic Colors of #edbe29

#edbe29

Complementary Color

#edbe29 #2958ed

#edbe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe29 Color CSS Codes

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

#edbe29 Text Font Color

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

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


#edbe29 Background Color

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

This div background color is #edbe29


#edbe29 Border Color

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

This div border color is #edbe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe29


Comments

No comments written yet.

Please login to write comment.