Color Hex Logo

#ead63d Color Hex

#EAD63D
(234,214,61)
0 Favorites   0 Comments

Color spaces of #ead63d

RGB 23421461
HSL0.150.800.58
HSV53°74°92°
CMYK 0.000.090.74   0.08
XYZ58.820665.922514.0390
Yxy65.92250.42380.4750
Hunter Lab81.1927-12.771646.5831
CIE-Lab84.9569-9.069973.0246

#ead63d color RGB value is (234,214,61).

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

The process color (four color CMYK) of #ead63d color hex is 0.00, 0.09, 0.74, 0.08. Web safe color of #ead63d is #ffcc33. Color #ead63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 00111101
Octal 352 326 75
Decimal 234 214 61
Hex EA D6 3D

RGB Percentages of Color #ead63d

%45.97
%42.04
%11.98

CMYK Percentages of Color #ead63d

%0
%9
%74
%8

Triadic Colors of #ead63d

#ead63d #3dead6 #d63dea

Analogous Colors of #ead63d

#ead63d #a8ea3d #ea803d

Monochromatic Colors of #ead63d

#ead63d

Complementary Color

#ead63d #3d51ea

#ead63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead63d Color CSS Codes

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

#ead63d Text Font Color

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

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


#ead63d Background Color

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

This div background color is #ead63d


#ead63d Border Color

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

This div border color is #ead63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead63d


Comments

No comments written yet.

Please login to write comment.