Color Hex Logo

#eed338 Color Hex

#EED338
(238,211,56)
0 Favorites   0 Comments

Color spaces of #eed338

RGB 23821156
HSL0.140.840.58
HSV51°76°93°
CMYK 0.000.110.76   0.07
XYZ59.268065.051213.1738
Yxy65.05120.43110.4731
Hunter Lab80.6543-9.976246.7738
CIE-Lab84.5101-6.066674.3742

#eed338 color RGB value is (238,211,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00111000
Octal 356 323 70
Decimal 238 211 56
Hex EE D3 38

RGB Percentages of Color #eed338

%47.13
%41.78
%11.09

CMYK Percentages of Color #eed338

%0
%11
%76
%7

Triadic Colors of #eed338

#eed338 #38eed3 #d338ee

Analogous Colors of #eed338

#eed338 #aeee38 #ee7838

Monochromatic Colors of #eed338

#eed338

Complementary Color

#eed338 #3853ee

#eed338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed338 Color CSS Codes

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

#eed338 Text Font Color

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

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


#eed338 Background Color

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

This div background color is #eed338


#eed338 Border Color

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

This div border color is #eed338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed338


Comments

No comments written yet.

Please login to write comment.