Color Hex Logo

#ead658 Color Hex

#EAD658
(234,214,88)
0 Favorites   0 Comments

Color spaces of #ead658

RGB 23421488
HSL0.140.780.63
HSV52°62°92°
CMYK 0.000.090.62   0.08
XYZ59.739766.290118.8792
Yxy66.29010.41230.4575
Hunter Lab81.4187-11.511243.2451
CIE-Lab85.1442-7.669462.8618

#ead658 color RGB value is (234,214,88).

#ead658 hex color red value is 234, green value is 214 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ead658 hue: 0.14 , saturation: 0.78 and the lightness value of ead658 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01011000
Octal 352 326 130
Decimal 234 214 88
Hex EA D6 58

RGB Percentages of Color #ead658

%43.66
%39.93
%16.42

CMYK Percentages of Color #ead658

%0
%9
%62
%8

Triadic Colors of #ead658

#ead658 #58ead6 #d658ea

Analogous Colors of #ead658

#ead658 #b5ea58 #ea8d58

Monochromatic Colors of #ead658

#ead658

Complementary Color

#ead658 #586cea

#ead658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead658 Color CSS Codes

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

#ead658 Text Font Color

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

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


#ead658 Background Color

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

This div background color is #ead658


#ead658 Border Color

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

This div border color is #ead658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead658


Comments

No comments written yet.

Please login to write comment.