Color Hex Logo

#ede91a Color Hex

#EDE91A
(237,233,26)
0 Favorites   0 Comments

Color spaces of #ede91a

RGB 23723326
HSL0.160.850.52
HSV59°89°93°
CMYK 0.000.020.89   0.07
XYZ64.250476.356912.3293
Yxy76.35690.42010.4993
Hunter Lab87.3824-21.672152.8021
CIE-Lab90.0248-18.187486.0428

#ede91a color RGB value is (237,233,26).

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

The process color (four color CMYK) of #ede91a color hex is 0.00, 0.02, 0.89, 0.07. Web safe color of #ede91a is #ffff33. Color #ede91a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 00011010
Octal 355 351 32
Decimal 237 233 26
Hex ED E9 1A

RGB Percentages of Color #ede91a

%47.78
%46.98
%5.24

CMYK Percentages of Color #ede91a

%0
%2
%89
%7

Triadic Colors of #ede91a

#ede91a #1aede9 #e91aed

Analogous Colors of #ede91a

#ede91a #88ed1a #ed801a

Monochromatic Colors of #ede91a

#ede91a

Complementary Color

#ede91a #1a1eed

#ede91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede91a Color CSS Codes

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

#ede91a Text Font Color

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

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


#ede91a Background Color

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

This div background color is #ede91a


#ede91a Border Color

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

This div border color is #ede91a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,233,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 #ede91a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede91a


Comments

No comments written yet.

Please login to write comment.