Color Hex Logo

#edd464 Color Hex

#EDD464
(237,212,100)
0 Favorites   0 Comments

Color spaces of #edd464

RGB 237212100
HSL0.140.790.66
HSV49°58°93°
CMYK 0.000.110.58   0.07
XYZ60.768866.011621.5952
Yxy66.01160.40960.4449
Hunter Lab81.2475-8.674741.1143
CIE-Lab85.0023-4.612757.5069

#edd464 color RGB value is (237,212,100).

#edd464 hex color red value is 237, green value is 212 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #edd464 hue: 0.14 , saturation: 0.79 and the lightness value of edd464 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01100100
Octal 355 324 144
Decimal 237 212 100
Hex ED D4 64

RGB Percentages of Color #edd464

%43.17
%38.62
%18.21

CMYK Percentages of Color #edd464

%0
%11
%58
%7

Triadic Colors of #edd464

#edd464 #64edd4 #d464ed

Analogous Colors of #edd464

#edd464 #c2ed64 #ed9064

Monochromatic Colors of #edd464

#edd464

Complementary Color

#edd464 #647ded

#edd464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd464 Color CSS Codes

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

#edd464 Text Font Color

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

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


#edd464 Background Color

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

This div background color is #edd464


#edd464 Border Color

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

This div border color is #edd464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd464


Comments

No comments written yet.

Please login to write comment.