Color Hex Logo

#ead627 Color Hex

#EAD627
(234,214,39)
0 Favorites   0 Comments

Color spaces of #ead627

RGB 23421439
HSL0.150.820.54
HSV54°83°92°
CMYK 0.000.090.83   0.08
XYZ58.344565.732011.5319
Yxy65.73200.43020.4847
Hunter Lab81.0753-13.427148.3195
CIE-Lab84.8595-9.803079.2698

#ead627 color RGB value is (234,214,39).

#ead627 hex color red value is 234, green value is 214 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ead627 hue: 0.15 , saturation: 0.82 and the lightness value of ead627 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 00100111
Octal 352 326 47
Decimal 234 214 39
Hex EA D6 27

RGB Percentages of Color #ead627

%48.05
%43.94
%8.01

CMYK Percentages of Color #ead627

%0
%9
%83
%8

Triadic Colors of #ead627

#ead627 #27ead6 #d627ea

Analogous Colors of #ead627

#ead627 #9dea27 #ea7527

Monochromatic Colors of #ead627

#ead627

Complementary Color

#ead627 #273bea

#ead627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead627 Color CSS Codes

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

#ead627 Text Font Color

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

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


#ead627 Background Color

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

This div background color is #ead627


#ead627 Border Color

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

This div border color is #ead627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead627


Comments

No comments written yet.

Please login to write comment.