Color Hex Logo

#ede242 Color Hex

#EDE242
(237,226,66)
0 Favorites   0 Comments

Color spaces of #ede242

RGB 23722666
HSL0.160.830.59
HSV56°72°93°
CMYK 0.000.050.72   0.07
XYZ63.104872.790615.8783
Yxy72.79060.41580.4796
Hunter Lab85.3174-17.278448.6878
CIE-Lab88.3477-13.582574.6383

#ede242 color RGB value is (237,226,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01000010
Octal 355 342 102
Decimal 237 226 66
Hex ED E2 42

RGB Percentages of Color #ede242

%44.80
%42.72
%12.48

CMYK Percentages of Color #ede242

%0
%5
%72
%7

Triadic Colors of #ede242

#ede242 #42ede2 #e242ed

Analogous Colors of #ede242

#ede242 #a3ed42 #ed8d42

Monochromatic Colors of #ede242

#ede242

Complementary Color

#ede242 #424ded

#ede242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede242 Color CSS Codes

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

#ede242 Text Font Color

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

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


#ede242 Background Color

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

This div background color is #ede242


#ede242 Border Color

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

This div border color is #ede242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede242


Comments

No comments written yet.

Please login to write comment.