Color Hex Logo

#eadd27 Color Hex

#EADD27
(234,221,39)
0 Favorites   0 Comments

Color spaces of #eadd27

RGB 23422139
HSL0.160.820.54
HSV56°83°92°
CMYK 0.000.060.83   0.08
XYZ60.154369.351812.1352
Yxy69.35180.42470.4896
Hunter Lab83.2777-16.799549.6547
CIE-Lab86.6780-13.292080.7828

#eadd27 color RGB value is (234,221,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00100111
Octal 352 335 47
Decimal 234 221 39
Hex EA DD 27

RGB Percentages of Color #eadd27

%47.37
%44.74
%7.89

CMYK Percentages of Color #eadd27

%0
%6
%83
%8

Triadic Colors of #eadd27

#eadd27 #27eadd #dd27ea

Analogous Colors of #eadd27

#eadd27 #96ea27 #ea7c27

Monochromatic Colors of #eadd27

#eadd27

Complementary Color

#eadd27 #2734ea

#eadd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd27 Color CSS Codes

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

#eadd27 Text Font Color

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

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


#eadd27 Background Color

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

This div background color is #eadd27


#eadd27 Border Color

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

This div border color is #eadd27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,221,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 #eadd27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd27


Comments

No comments written yet.

Please login to write comment.