Color Hex Logo

#ede28d Color Hex

#EDE28D
(237,226,141)
0 Favorites   0 Comments

Color spaces of #ede28d

RGB 237226141
HSL0.150.730.74
HSV53°41°93°
CMYK 0.000.050.41   0.07
XYZ66.929174.320336.0170
Yxy74.32030.37760.4193
Hunter Lab86.2092-12.286535.5759
CIE-Lab89.0736-8.072242.8433

#ede28d color RGB value is (237,226,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10001101
Octal 355 342 215
Decimal 237 226 141
Hex ED E2 8D

RGB Percentages of Color #ede28d

%39.24
%37.42
%23.34

CMYK Percentages of Color #ede28d

%0
%5
%41
%7

Triadic Colors of #ede28d

#ede28d #8dede2 #e28ded

Analogous Colors of #ede28d

#ede28d #c8ed8d #edb28d

Monochromatic Colors of #ede28d

#ede28d

Complementary Color

#ede28d #8d98ed

#ede28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede28d Color CSS Codes

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

#ede28d Text Font Color

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

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


#ede28d Background Color

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

This div background color is #ede28d


#ede28d Border Color

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

This div border color is #ede28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede28d


Comments

No comments written yet.

Please login to write comment.