Color Hex Logo

#ede28e Color Hex

#EDE28E
(237,226,142)
0 Favorites   0 Comments

Color spaces of #ede28e

RGB 237226142
HSL0.150.730.74
HSV53°40°93°
CMYK 0.000.050.40   0.07
XYZ67.003974.350236.4107
Yxy74.35020.37690.4183
Hunter Lab86.2266-12.189835.3223
CIE-Lab89.0877-7.967242.3655

#ede28e color RGB value is (237,226,142).

#ede28e hex color red value is 237, green value is 226 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ede28e hue: 0.15 , saturation: 0.73 and the lightness value of ede28e is 0.74.

The process color (four color CMYK) of #ede28e color hex is 0.00, 0.05, 0.40, 0.07. Web safe color of #ede28e is #ffcc99. Color #ede28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10001110
Octal 355 342 216
Decimal 237 226 142
Hex ED E2 8E

RGB Percentages of Color #ede28e

%39.17
%37.36
%23.47

CMYK Percentages of Color #ede28e

%0
%5
%40
%7

Triadic Colors of #ede28e

#ede28e #8eede2 #e28eed

Analogous Colors of #ede28e

#ede28e #c9ed8e #edb38e

Monochromatic Colors of #ede28e

#ede28e

Complementary Color

#ede28e #8e99ed

#ede28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede28e Color CSS Codes

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

#ede28e Text Font Color

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

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


#ede28e Background Color

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

This div background color is #ede28e


#ede28e Border Color

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

This div border color is #ede28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede28e


Comments

No comments written yet.

Please login to write comment.