Color Hex Logo

#edd63d Color Hex

#EDD63D
(237,214,61)
0 Favorites   0 Comments

Color spaces of #edd63d

RGB 23721461
HSL0.140.830.58
HSV52°74°93°
CMYK 0.000.100.74   0.07
XYZ59.813966.434614.0855
Yxy66.43460.42620.4734
Hunter Lab81.5074-11.646546.8091
CIE-Lab85.2176-7.808773.3628

#edd63d color RGB value is (237,214,61).

#edd63d hex color red value is 237, green value is 214 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #edd63d hue: 0.14 , saturation: 0.83 and the lightness value of edd63d is 0.58.

The process color (four color CMYK) of #edd63d color hex is 0.00, 0.10, 0.74, 0.07. Web safe color of #edd63d is #ffcc33. Color #edd63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 00111101
Octal 355 326 75
Decimal 237 214 61
Hex ED D6 3D

RGB Percentages of Color #edd63d

%46.29
%41.80
%11.91

CMYK Percentages of Color #edd63d

%0
%10
%74
%7

Triadic Colors of #edd63d

#edd63d #3dedd6 #d63ded

Analogous Colors of #edd63d

#edd63d #aced3d #ed7e3d

Monochromatic Colors of #edd63d

#edd63d

Complementary Color

#edd63d #3d54ed

#edd63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd63d Color CSS Codes

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

#edd63d Text Font Color

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

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


#edd63d Background Color

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

This div background color is #edd63d


#edd63d Border Color

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

This div border color is #edd63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd63d


Comments

No comments written yet.

Please login to write comment.