Color Hex Logo

#ede551 Color Hex

#EDE551
(237,229,81)
0 Favorites   0 Comments

Color spaces of #ede551

RGB 23722981
HSL0.160.810.62
HSV57°66°93°
CMYK 0.000.030.66   0.07
XYZ64.429674.637218.7952
Yxy74.63720.40810.4728
Hunter Lab86.3928-18.066647.5761
CIE-Lab89.2228-14.322970.0595

#ede551 color RGB value is (237,229,81).

#ede551 hex color red value is 237, green value is 229 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ede551 hue: 0.16 , saturation: 0.81 and the lightness value of ede551 is 0.62.

The process color (four color CMYK) of #ede551 color hex is 0.00, 0.03, 0.66, 0.07. Web safe color of #ede551 is #ffcc66. Color #ede551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01010001
Octal 355 345 121
Decimal 237 229 81
Hex ED E5 51

RGB Percentages of Color #ede551

%43.33
%41.86
%14.81

CMYK Percentages of Color #ede551

%0
%3
%66
%7

Triadic Colors of #ede551

#ede551 #51ede5 #e551ed

Analogous Colors of #ede551

#ede551 #a7ed51 #ed9751

Monochromatic Colors of #ede551

#ede551

Complementary Color

#ede551 #5159ed

#ede551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede551 Color CSS Codes

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

#ede551 Text Font Color

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

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


#ede551 Background Color

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

This div background color is #ede551


#ede551 Border Color

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

This div border color is #ede551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede551


Comments

No comments written yet.

Please login to write comment.