Color Hex Logo

#eed130 Color Hex

#EED130
(238,209,48)
0 Favorites   0 Comments

Color spaces of #eed130

RGB 23820948
HSL0.140.850.56
HSV51°80°93°
CMYK 0.000.120.80   0.07
XYZ58.593963.991512.0597
Yxy63.99150.43520.4753
Hunter Lab79.9947-9.244447.0579
CIE-Lab83.9613-5.326976.2990

#eed130 color RGB value is (238,209,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00110000
Octal 356 321 60
Decimal 238 209 48
Hex EE D1 30

RGB Percentages of Color #eed130

%48.08
%42.22
%9.70

CMYK Percentages of Color #eed130

%0
%12
%80
%7

Triadic Colors of #eed130

#eed130 #30eed1 #d130ee

Analogous Colors of #eed130

#eed130 #acee30 #ee7230

Monochromatic Colors of #eed130

#eed130

Complementary Color

#eed130 #304dee

#eed130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed130 Color CSS Codes

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

#eed130 Text Font Color

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

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


#eed130 Background Color

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

This div background color is #eed130


#eed130 Border Color

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

This div border color is #eed130


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,209,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 #eed130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed130


Comments

No comments written yet.

Please login to write comment.