Color Hex Logo

#eed357 Color Hex

#EED357
(238,211,87)
0 Favorites   0 Comments

Color spaces of #eed357

RGB 23821187
HSL0.140.820.64
HSV49°63°93°
CMYK 0.000.110.63   0.07
XYZ60.274565.453818.4739
Yxy65.45380.41800.4539
Hunter Lab80.9035-8.595643.0939
CIE-Lab84.7170-4.554062.9292

#eed357 color RGB value is (238,211,87).

#eed357 hex color red value is 238, green value is 211 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eed357 hue: 0.14 , saturation: 0.82 and the lightness value of eed357 is 0.64.

The process color (four color CMYK) of #eed357 color hex is 0.00, 0.11, 0.63, 0.07. Web safe color of #eed357 is #ffcc66. Color #eed357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01010111
Octal 356 323 127
Decimal 238 211 87
Hex EE D3 57

RGB Percentages of Color #eed357

%44.40
%39.37
%16.23

CMYK Percentages of Color #eed357

%0
%11
%63
%7

Triadic Colors of #eed357

#eed357 #57eed3 #d357ee

Analogous Colors of #eed357

#eed357 #beee57 #ee8857

Monochromatic Colors of #eed357

#eed357

Complementary Color

#eed357 #5772ee

#eed357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed357 Color CSS Codes

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

#eed357 Text Font Color

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

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


#eed357 Background Color

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

This div background color is #eed357


#eed357 Border Color

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

This div border color is #eed357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed357


Comments

No comments written yet.

Please login to write comment.