Color Hex Logo

#eddf86 Color Hex

#EDDF86
(237,223,134)
0 Favorites   0 Comments

Color spaces of #eddf86

RGB 237223134
HSL0.140.740.73
HSV52°43°93°
CMYK 0.000.060.43   0.07
XYZ65.615872.501133.0900
Yxy72.50110.38330.4235
Hunter Lab85.1476-11.453936.5621
CIE-Lab88.2092-7.275045.2062

#eddf86 color RGB value is (237,223,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10000110
Octal 355 337 206
Decimal 237 223 134
Hex ED DF 86

RGB Percentages of Color #eddf86

%39.90
%37.54
%22.56

CMYK Percentages of Color #eddf86

%0
%6
%43
%7

Triadic Colors of #eddf86

#eddf86 #86eddf #df86ed

Analogous Colors of #eddf86

#eddf86 #c8ed86 #edac86

Monochromatic Colors of #eddf86

#eddf86

Complementary Color

#eddf86 #8694ed

#eddf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf86 Color CSS Codes

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

#eddf86 Text Font Color

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

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


#eddf86 Background Color

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

This div background color is #eddf86


#eddf86 Border Color

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

This div border color is #eddf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf86


Comments

No comments written yet.

Please login to write comment.