Color Hex Logo

#edd163 Color Hex

#EDD163
(237,209,99)
0 Favorites   0 Comments

Color spaces of #edd163

RGB 23720999
HSL0.130.790.66
HSV48°58°93°
CMYK 0.000.120.58   0.07
XYZ59.977664.506321.0942
Yxy64.50630.41200.4431
Hunter Lab80.3158-7.253940.6491
CIE-Lab84.2287-3.155657.0821

#edd163 color RGB value is (237,209,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01100011
Octal 355 321 143
Decimal 237 209 99
Hex ED D1 63

RGB Percentages of Color #edd163

%43.49
%38.35
%18.17

CMYK Percentages of Color #edd163

%0
%12
%58
%7

Triadic Colors of #edd163

#edd163 #63edd1 #d163ed

Analogous Colors of #edd163

#edd163 #c4ed63 #ed8c63

Monochromatic Colors of #edd163

#edd163

Complementary Color

#edd163 #637fed

#edd163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd163 Color CSS Codes

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

#edd163 Text Font Color

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

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


#edd163 Background Color

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

This div background color is #edd163


#edd163 Border Color

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

This div border color is #edd163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd163


Comments

No comments written yet.

Please login to write comment.