Color Hex Logo

#eddf7c Color Hex

#EDDF7C
(237,223,124)
0 Favorites   0 Comments

Color spaces of #eddf7c

RGB 237223124
HSL0.150.760.71
HSV53°48°93°
CMYK 0.000.060.48   0.07
XYZ64.950872.235129.5883
Yxy72.23510.38950.4331
Hunter Lab84.9912-12.323938.8530
CIE-Lab88.0816-8.222949.9073

#eddf7c color RGB value is (237,223,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 01111100
Octal 355 337 174
Decimal 237 223 124
Hex ED DF 7C

RGB Percentages of Color #eddf7c

%40.58
%38.18
%21.23

CMYK Percentages of Color #eddf7c

%0
%6
%48
%7

Triadic Colors of #eddf7c

#eddf7c #7ceddf #df7ced

Analogous Colors of #eddf7c

#eddf7c #c3ed7c #eda77c

Monochromatic Colors of #eddf7c

#eddf7c

Complementary Color

#eddf7c #7c8aed

#eddf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf7c Color CSS Codes

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

#eddf7c Text Font Color

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

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


#eddf7c Background Color

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

This div background color is #eddf7c


#eddf7c Border Color

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

This div border color is #eddf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf7c


Comments

No comments written yet.

Please login to write comment.