Color Hex Logo

#eed830 Color Hex

#EED830
(238,216,48)
0 Favorites   0 Comments

Color spaces of #eed830

RGB 23821648
HSL0.150.850.56
HSV53°80°93°
CMYK 0.000.090.80   0.07
XYZ60.349367.502312.6448
Yxy67.50230.42950.4805
Hunter Lab82.1598-12.665048.3868
CIE-Lab85.7570-8.858977.8661

#eed830 color RGB value is (238,216,48).

#eed830 hex color red value is 238, green value is 216 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eed830 hue: 0.15 , saturation: 0.85 and the lightness value of eed830 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00110000
Octal 356 330 60
Decimal 238 216 48
Hex EE D8 30

RGB Percentages of Color #eed830

%47.41
%43.03
%9.56

CMYK Percentages of Color #eed830

%0
%9
%80
%7

Triadic Colors of #eed830

#eed830 #30eed8 #d830ee

Analogous Colors of #eed830

#eed830 #a5ee30 #ee7930

Monochromatic Colors of #eed830

#eed830

Complementary Color

#eed830 #3046ee

#eed830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed830 Color CSS Codes

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

#eed830 Text Font Color

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

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


#eed830 Background Color

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

This div background color is #eed830


#eed830 Border Color

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

This div border color is #eed830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed830


Comments

No comments written yet.

Please login to write comment.