Color Hex Logo

#ead85d Color Hex

#EAD85D
(234,216,93)
0 Favorites   0 Comments

Color spaces of #ead85d

RGB 23421693
HSL0.150.770.64
HSV52°60°92°
CMYK 0.000.080.60   0.08
XYZ60.463367.394520.1776
Yxy67.39450.40840.4553
Hunter Lab82.0942-12.197442.8933
CIE-Lab85.7028-8.354961.3247

#ead85d color RGB value is (234,216,93).

#ead85d hex color red value is 234, green value is 216 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ead85d hue: 0.15 , saturation: 0.77 and the lightness value of ead85d is 0.64.

The process color (four color CMYK) of #ead85d color hex is 0.00, 0.08, 0.60, 0.08. Web safe color of #ead85d is #ffcc66. Color #ead85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 01011101
Octal 352 330 135
Decimal 234 216 93
Hex EA D8 5D

RGB Percentages of Color #ead85d

%43.09
%39.78
%17.13

CMYK Percentages of Color #ead85d

%0
%8
%60
%8

Triadic Colors of #ead85d

#ead85d #5dead8 #d85dea

Analogous Colors of #ead85d

#ead85d #b6ea5d #ea925d

Monochromatic Colors of #ead85d

#ead85d

Complementary Color

#ead85d #5d6fea

#ead85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead85d Color CSS Codes

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

#ead85d Text Font Color

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

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


#ead85d Background Color

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

This div background color is #ead85d


#ead85d Border Color

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

This div border color is #ead85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead85d


Comments

No comments written yet.

Please login to write comment.