Color Hex Logo

#ede131 Color Hex

#EDE131
(237,225,49)
0 Favorites   0 Comments

Color spaces of #ede131

RGB 23722549
HSL0.160.840.56
HSV56°79°93°
CMYK 0.000.050.79   0.07
XYZ62.404672.076713.5288
Yxy72.07670.42160.4870
Hunter Lab84.8980-17.364449.9805
CIE-Lab88.0055-13.726679.5200

#ede131 color RGB value is (237,225,49).

#ede131 hex color red value is 237, green value is 225 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ede131 hue: 0.16 , saturation: 0.84 and the lightness value of ede131 is 0.56.

The process color (four color CMYK) of #ede131 color hex is 0.00, 0.05, 0.79, 0.07. Web safe color of #ede131 is #ffcc33. Color #ede131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00110001
Octal 355 341 61
Decimal 237 225 49
Hex ED E1 31

RGB Percentages of Color #ede131

%46.38
%44.03
%9.59

CMYK Percentages of Color #ede131

%0
%5
%79
%7

Triadic Colors of #ede131

#ede131 #31ede1 #e131ed

Analogous Colors of #ede131

#ede131 #9bed31 #ed8331

Monochromatic Colors of #ede131

#ede131

Complementary Color

#ede131 #313ded

#ede131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede131 Color CSS Codes

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

#ede131 Text Font Color

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

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


#ede131 Background Color

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

This div background color is #ede131


#ede131 Border Color

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

This div border color is #ede131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede131


Comments

No comments written yet.

Please login to write comment.