Color Hex Logo

#eed353 Color Hex

#EED353
(238,211,83)
0 Favorites   0 Comments

Color spaces of #eed353

RGB 23821183
HSL0.140.820.63
HSV50°65°93°
CMYK 0.000.110.65   0.07
XYZ60.115565.390217.6368
Yxy65.39020.42000.4568
Hunter Lab80.8642-8.813143.6736
CIE-Lab84.6844-4.791564.5712

#eed353 color RGB value is (238,211,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01010011
Octal 356 323 123
Decimal 238 211 83
Hex EE D3 53

RGB Percentages of Color #eed353

%44.74
%39.66
%15.60

CMYK Percentages of Color #eed353

%0
%11
%65
%7

Triadic Colors of #eed353

#eed353 #53eed3 #d353ee

Analogous Colors of #eed353

#eed353 #bcee53 #ee8653

Monochromatic Colors of #eed353

#eed353

Complementary Color

#eed353 #536eee

#eed353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed353 Color CSS Codes

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

#eed353 Text Font Color

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

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


#eed353 Background Color

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

This div background color is #eed353


#eed353 Border Color

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

This div border color is #eed353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed353


Comments

No comments written yet.

Please login to write comment.