Color Hex Logo

#ede28f Color Hex

#EDE28F
(237,226,143)
0 Favorites   0 Comments

Color spaces of #ede28f

RGB 237226143
HSL0.150.720.75
HSV53°40°93°
CMYK 0.000.050.40   0.07
XYZ67.079374.380436.8080
Yxy74.38040.37630.4172
Hunter Lab86.2441-12.092635.0665
CIE-Lab89.1020-7.861741.8869

#ede28f color RGB value is (237,226,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10001111
Octal 355 342 217
Decimal 237 226 143
Hex ED E2 8F

RGB Percentages of Color #ede28f

%39.11
%37.29
%23.60

CMYK Percentages of Color #ede28f

%0
%5
%40
%7

Triadic Colors of #ede28f

#ede28f #8fede2 #e28fed

Analogous Colors of #ede28f

#ede28f #c9ed8f #edb38f

Monochromatic Colors of #ede28f

#ede28f

Complementary Color

#ede28f #8f9aed

#ede28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede28f Color CSS Codes

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

#ede28f Text Font Color

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

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


#ede28f Background Color

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

This div background color is #ede28f


#ede28f Border Color

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

This div border color is #ede28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede28f


Comments

No comments written yet.

Please login to write comment.