Color Hex Logo

#edd164 Color Hex

#EDD164
(237,209,100)
0 Favorites   0 Comments

Color spaces of #edd164

RGB 237209100
HSL0.130.790.66
HSV48°58°93°
CMYK 0.000.120.58   0.07
XYZ60.025864.525621.3476
Yxy64.52560.41140.4423
Hunter Lab80.3278-7.187740.4728
CIE-Lab84.2387-3.083856.6377

#edd164 color RGB value is (237,209,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01100100
Octal 355 321 144
Decimal 237 209 100
Hex ED D1 64

RGB Percentages of Color #edd164

%43.41
%38.28
%18.32

CMYK Percentages of Color #edd164

%0
%12
%58
%7

Triadic Colors of #edd164

#edd164 #64edd1 #d164ed

Analogous Colors of #edd164

#edd164 #c5ed64 #ed8d64

Monochromatic Colors of #edd164

#edd164

Complementary Color

#edd164 #6480ed

#edd164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd164 Color CSS Codes

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

#edd164 Text Font Color

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

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


#edd164 Background Color

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

This div background color is #edd164


#edd164 Border Color

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

This div border color is #edd164


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,209,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 #edd164">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd164


Comments

No comments written yet.

Please login to write comment.