Color Hex Logo

#eed349 Color Hex

#EED349
(238,211,73)
0 Favorites   0 Comments

Color spaces of #eed349

RGB 23821173
HSL0.140.830.61
HSV50°69°93°
CMYK 0.000.110.69   0.07
XYZ59.756865.246715.7477
Yxy65.24670.42460.4636
Hunter Lab80.7754-9.304644.9838
CIE-Lab84.6107-5.329168.4845

#eed349 color RGB value is (238,211,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01001001
Octal 356 323 111
Decimal 238 211 73
Hex EE D3 49

RGB Percentages of Color #eed349

%45.59
%40.42
%13.98

CMYK Percentages of Color #eed349

%0
%11
%69
%7

Triadic Colors of #eed349

#eed349 #49eed3 #d349ee

Analogous Colors of #eed349

#eed349 #b7ee49 #ee8149

Monochromatic Colors of #eed349

#eed349

Complementary Color

#eed349 #4964ee

#eed349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed349 Color CSS Codes

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

#eed349 Text Font Color

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

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


#eed349 Background Color

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

This div background color is #eed349


#eed349 Border Color

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

This div border color is #eed349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed349


Comments

No comments written yet.

Please login to write comment.