Color Hex Logo

#ede31a Color Hex

#EDE31A
(237,227,26)
0 Favorites   0 Comments

Color spaces of #ede31a

RGB 23722726
HSL0.160.850.52
HSV57°89°93°
CMYK 0.000.040.89   0.07
XYZ62.580673.017311.7727
Yxy73.01730.42460.4955
Hunter Lab85.4502-18.810951.6466
CIE-Lab88.4560-15.260184.8164

#ede31a color RGB value is (237,227,26).

#ede31a hex color red value is 237, green value is 227 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ede31a hue: 0.16 , saturation: 0.85 and the lightness value of ede31a is 0.52.

The process color (four color CMYK) of #ede31a color hex is 0.00, 0.04, 0.89, 0.07. Web safe color of #ede31a is #ffcc33. Color #ede31a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00011010
Octal 355 343 32
Decimal 237 227 26
Hex ED E3 1A

RGB Percentages of Color #ede31a

%48.37
%46.33
%5.31

CMYK Percentages of Color #ede31a

%0
%4
%89
%7

Triadic Colors of #ede31a

#ede31a #1aede3 #e31aed

Analogous Colors of #ede31a

#ede31a #8eed1a #ed7a1a

Monochromatic Colors of #ede31a

#ede31a

Complementary Color

#ede31a #1a24ed

#ede31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede31a Color CSS Codes

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

#ede31a Text Font Color

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

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


#ede31a Background Color

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

This div background color is #ede31a


#ede31a Border Color

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

This div border color is #ede31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede31a


Comments

No comments written yet.

Please login to write comment.