Color Hex Logo

#edd374 Color Hex

#EDD374
(237,211,116)
0 Favorites   0 Comments

Color spaces of #edd374

RGB 237211116
HSL0.130.770.69
HSV47°51°93°
CMYK 0.000.110.51   0.07
XYZ61.371765.854025.9995
Yxy65.85400.40050.4298
Hunter Lab81.1505-7.019137.8096
CIE-Lab84.9219-2.846149.9243

#edd374 color RGB value is (237,211,116).

#edd374 hex color red value is 237, green value is 211 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #edd374 hue: 0.13 , saturation: 0.77 and the lightness value of edd374 is 0.69.

The process color (four color CMYK) of #edd374 color hex is 0.00, 0.11, 0.51, 0.07. Web safe color of #edd374 is #ffcc66. Color #edd374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01110100
Octal 355 323 164
Decimal 237 211 116
Hex ED D3 74

RGB Percentages of Color #edd374

%42.02
%37.41
%20.57

CMYK Percentages of Color #edd374

%0
%11
%51
%7

Triadic Colors of #edd374

#edd374 #74edd3 #d374ed

Analogous Colors of #edd374

#edd374 #cbed74 #ed9774

Monochromatic Colors of #edd374

#edd374

Complementary Color

#edd374 #748eed

#edd374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd374 Color CSS Codes

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

#edd374 Text Font Color

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

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


#edd374 Background Color

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

This div background color is #edd374


#edd374 Border Color

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

This div border color is #edd374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd374


Comments

No comments written yet.

Please login to write comment.