Color Hex Logo

#ead23d Color Hex

#EAD23D
(234,210,61)
0 Favorites   0 Comments

Color spaces of #ead23d

RGB 23421061
HSL0.140.800.58
HSV52°74°92°
CMYK 0.000.100.74   0.08
XYZ57.820663.922513.7057
Yxy63.92250.42690.4719
Hunter Lab79.9515-10.824845.8023
CIE-Lab83.9254-7.052472.0523

#ead23d color RGB value is (234,210,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010010 00111101
Octal 352 322 75
Decimal 234 210 61
Hex EA D2 3D

RGB Percentages of Color #ead23d

%46.34
%41.58
%12.08

CMYK Percentages of Color #ead23d

%0
%10
%74
%8

Triadic Colors of #ead23d

#ead23d #3dead2 #d23dea

Analogous Colors of #ead23d

#ead23d #acea3d #ea7c3d

Monochromatic Colors of #ead23d

#ead23d

Complementary Color

#ead23d #3d55ea

#ead23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead23d Color CSS Codes

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

#ead23d Text Font Color

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

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


#ead23d Background Color

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

This div background color is #ead23d


#ead23d Border Color

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

This div border color is #ead23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead23d


Comments

No comments written yet.

Please login to write comment.