Color Hex Logo

#eed848 Color Hex

#EED848
(238,216,72)
0 Favorites   0 Comments

Color spaces of #eed848

RGB 23821672
HSL0.140.830.61
HSV52°70°93°
CMYK 0.000.090.70   0.07
XYZ60.985567.756815.9950
Yxy67.75680.42140.4681
Hunter Lab82.3145-11.802646.0992
CIE-Lab85.8847-7.904670.1344

#eed848 color RGB value is (238,216,72).

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

The process color (four color CMYK) of #eed848 color hex is 0.00, 0.09, 0.70, 0.07. Web safe color of #eed848 is #ffcc33. Color #eed848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 01001000
Octal 356 330 110
Decimal 238 216 72
Hex EE D8 48

RGB Percentages of Color #eed848

%45.25
%41.06
%13.69

CMYK Percentages of Color #eed848

%0
%9
%70
%7

Triadic Colors of #eed848

#eed848 #48eed8 #d848ee

Analogous Colors of #eed848

#eed848 #b1ee48 #ee8548

Monochromatic Colors of #eed848

#eed848

Complementary Color

#eed848 #485eee

#eed848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed848 Color CSS Codes

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

#eed848 Text Font Color

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

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


#eed848 Background Color

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

This div background color is #eed848


#eed848 Border Color

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

This div border color is #eed848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed848


Comments

No comments written yet.

Please login to write comment.