Color Hex Logo

#ede23a Color Hex

#EDE23A
(237,226,58)
0 Favorites   0 Comments

Color spaces of #ede23a

RGB 23722658
HSL0.160.830.58
HSV56°76°93°
CMYK 0.000.050.76   0.07
XYZ62.885172.702714.7216
Yxy72.70270.41840.4837
Hunter Lab85.2659-17.568449.4494
CIE-Lab88.3057-13.908277.1868

#ede23a color RGB value is (237,226,58).

#ede23a hex color red value is 237, green value is 226 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ede23a hue: 0.16 , saturation: 0.83 and the lightness value of ede23a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 00111010
Octal 355 342 72
Decimal 237 226 58
Hex ED E2 3A

RGB Percentages of Color #ede23a

%45.49
%43.38
%11.13

CMYK Percentages of Color #ede23a

%0
%5
%76
%7

Triadic Colors of #ede23a

#ede23a #3aede2 #e23aed

Analogous Colors of #ede23a

#ede23a #9fed3a #ed893a

Monochromatic Colors of #ede23a

#ede23a

Complementary Color

#ede23a #3a45ed

#ede23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede23a Color CSS Codes

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

#ede23a Text Font Color

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

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


#ede23a Background Color

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

This div background color is #ede23a


#ede23a Border Color

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

This div border color is #ede23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede23a


Comments

No comments written yet.

Please login to write comment.