Color Hex Logo

#eed435 Color Hex

#EED435
(238,212,53)
0 Favorites   0 Comments

Color spaces of #eed435

RGB 23821253
HSL0.140.840.57
HSV52°78°93°
CMYK 0.000.110.78   0.07
XYZ59.446065.521212.8819
Yxy65.52120.43120.4753
Hunter Lab80.9452-10.563947.2260
CIE-Lab84.7516-6.680375.5266

#eed435 color RGB value is (238,212,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 00110101
Octal 356 324 65
Decimal 238 212 53
Hex EE D4 35

RGB Percentages of Color #eed435

%47.32
%42.15
%10.54

CMYK Percentages of Color #eed435

%0
%11
%78
%7

Triadic Colors of #eed435

#eed435 #35eed4 #d435ee

Analogous Colors of #eed435

#eed435 #acee35 #ee7835

Monochromatic Colors of #eed435

#eed435

Complementary Color

#eed435 #354fee

#eed435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed435 Color CSS Codes

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

#eed435 Text Font Color

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

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


#eed435 Background Color

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

This div background color is #eed435


#eed435 Border Color

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

This div border color is #eed435


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,212,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed435


Comments

No comments written yet.

Please login to write comment.