Color Hex Logo

#ead317 Color Hex

#EAD317
(234,211,23)
0 Favorites   0 Comments

Color spaces of #ead317

RGB 23421123
HSL0.150.830.50
HSV53°90°92°
CMYK 0.000.100.90   0.08
XYZ57.380664.142810.1671
Yxy64.14280.43570.4871
Hunter Lab80.0892-12.268248.5357
CIE-Lab84.0401-8.624081.7477

#ead317 color RGB value is (234,211,23).

#ead317 hex color red value is 234, green value is 211 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #ead317 hue: 0.15 , saturation: 0.83 and the lightness value of ead317 is 0.50.

The process color (four color CMYK) of #ead317 color hex is 0.00, 0.10, 0.90, 0.08. Web safe color of #ead317 is #ffcc00. Color #ead317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00010111
Octal 352 323 27
Decimal 234 211 23
Hex EA D3 17

RGB Percentages of Color #ead317

%50.00
%45.09
%4.91

CMYK Percentages of Color #ead317

%0
%10
%90
%8

Triadic Colors of #ead317

#ead317 #17ead3 #d317ea

Analogous Colors of #ead317

#ead317 #98ea17 #ea6a17

Monochromatic Colors of #ead317

#ead317

Complementary Color

#ead317 #172eea

#ead317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead317 Color CSS Codes

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

#ead317 Text Font Color

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

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


#ead317 Background Color

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

This div background color is #ead317


#ead317 Border Color

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

This div border color is #ead317


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,211,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead317


Comments

No comments written yet.

Please login to write comment.