Color Hex Logo

#eddf95 Color Hex

#EDDF95
(237,223,149)
0 Favorites   0 Comments

Color spaces of #eddf95

RGB 237223149
HSL0.140.710.76
HSV50°37°93°
CMYK 0.000.060.37   0.07
XYZ66.737572.949838.9970
Yxy72.94980.37350.4083
Hunter Lab85.4107-9.993732.7167
CIE-Lab88.4238-5.695838.0087

#eddf95 color RGB value is (237,223,149).

#eddf95 hex color red value is 237, green value is 223 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eddf95 hue: 0.14 , saturation: 0.71 and the lightness value of eddf95 is 0.76.

The process color (four color CMYK) of #eddf95 color hex is 0.00, 0.06, 0.37, 0.07. Web safe color of #eddf95 is #ffcc99. Color #eddf95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10010101
Octal 355 337 225
Decimal 237 223 149
Hex ED DF 95

RGB Percentages of Color #eddf95

%38.92
%36.62
%24.47

CMYK Percentages of Color #eddf95

%0
%6
%37
%7

Triadic Colors of #eddf95

#eddf95 #95eddf #df95ed

Analogous Colors of #eddf95

#eddf95 #cfed95 #edb395

Monochromatic Colors of #eddf95

#eddf95

Complementary Color

#eddf95 #95a3ed

#eddf95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf95 Color CSS Codes

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

#eddf95 Text Font Color

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

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


#eddf95 Background Color

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

This div background color is #eddf95


#eddf95 Border Color

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

This div border color is #eddf95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf95


Comments

No comments written yet.

Please login to write comment.