Color Hex Logo

#eed427 Color Hex

#EED427
(238,212,39)
0 Favorites   0 Comments

Color spaces of #eed427

RGB 23821239
HSL0.140.850.54
HSV52°84°93°
CMYK 0.000.110.84   0.07
XYZ59.169665.410611.4264
Yxy65.41060.43500.4809
Hunter Lab80.8768-10.943648.2372
CIE-Lab84.6949-7.099679.2753

#eed427 color RGB value is (238,212,39).

#eed427 hex color red value is 238, green value is 212 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #eed427 hue: 0.14 , saturation: 0.85 and the lightness value of eed427 is 0.54.

The process color (four color CMYK) of #eed427 color hex is 0.00, 0.11, 0.84, 0.07. Web safe color of #eed427 is #ffcc33. Color #eed427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 00100111
Octal 356 324 47
Decimal 238 212 39
Hex EE D4 27

RGB Percentages of Color #eed427

%48.67
%43.35
%7.98

CMYK Percentages of Color #eed427

%0
%11
%84
%7

Triadic Colors of #eed427

#eed427 #27eed4 #d427ee

Analogous Colors of #eed427

#eed427 #a5ee27 #ee7127

Monochromatic Colors of #eed427

#eed427

Complementary Color

#eed427 #2741ee

#eed427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed427 Color CSS Codes

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

#eed427 Text Font Color

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

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


#eed427 Background Color

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

This div background color is #eed427


#eed427 Border Color

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

This div border color is #eed427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed427


Comments

No comments written yet.

Please login to write comment.