Color Hex Logo

#eddf71 Color Hex

#EDDF71
(237,223,113)
0 Favorites   0 Comments

Color spaces of #eddf71

RGB 237223113
HSL0.150.780.69
HSV53°52°93°
CMYK 0.000.060.52   0.07
XYZ64.293471.972126.1262
Yxy71.97210.39590.4432
Hunter Lab84.8364-13.187141.1265
CIE-Lab87.9552-9.168754.9528

#eddf71 color RGB value is (237,223,113).

#eddf71 hex color red value is 237, green value is 223 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eddf71 hue: 0.15 , saturation: 0.78 and the lightness value of eddf71 is 0.69.

The process color (four color CMYK) of #eddf71 color hex is 0.00, 0.06, 0.52, 0.07. Web safe color of #eddf71 is #ffcc66. Color #eddf71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 01110001
Octal 355 337 161
Decimal 237 223 113
Hex ED DF 71

RGB Percentages of Color #eddf71

%41.36
%38.92
%19.72

CMYK Percentages of Color #eddf71

%0
%6
%52
%7

Triadic Colors of #eddf71

#eddf71 #71eddf #df71ed

Analogous Colors of #eddf71

#eddf71 #bded71 #eda171

Monochromatic Colors of #eddf71

#eddf71

Complementary Color

#eddf71 #717fed

#eddf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf71 Color CSS Codes

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

#eddf71 Text Font Color

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

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


#eddf71 Background Color

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

This div background color is #eddf71


#eddf71 Border Color

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

This div border color is #eddf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf71


Comments

No comments written yet.

Please login to write comment.