Color Hex Logo

#ead742 Color Hex

#EAD742
(234,215,66)
0 Favorites   0 Comments

Color spaces of #ead742

RGB 23421566
HSL0.150.800.59
HSV53°72°92°
CMYK 0.000.080.72   0.08
XYZ59.215566.486714.8665
Yxy66.48670.42130.4730
Hunter Lab81.5394-13.063746.2676
CIE-Lab85.2441-9.356471.5724

#ead742 color RGB value is (234,215,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01000010
Octal 352 327 102
Decimal 234 215 66
Hex EA D7 42

RGB Percentages of Color #ead742

%45.44
%41.75
%12.82

CMYK Percentages of Color #ead742

%0
%8
%72
%8

Triadic Colors of #ead742

#ead742 #42ead7 #d742ea

Analogous Colors of #ead742

#ead742 #a9ea42 #ea8342

Monochromatic Colors of #ead742

#ead742

Complementary Color

#ead742 #4255ea

#ead742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead742 Color CSS Codes

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

#ead742 Text Font Color

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

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


#ead742 Background Color

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

This div background color is #ead742


#ead742 Border Color

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

This div border color is #ead742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead742


Comments

No comments written yet.

Please login to write comment.