color codes Logo

#eed34a color codes

#EED34A
(238,211,74)
0 Favorites   0 Comments

Color spaces of #eed34a

RGB 23821174
HSL0.140.830.61
HSV50°69°93°
CMYK 0.000.110.69   0.07
XYZ59.790265.260115.9237
Yxy65.26010.42410.4629
Hunter Lab80.7837-9.258944.8616
CIE-Lab84.6176-5.279068.1067

#eed34a color RGB value is (238,211,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 01001010
Octal 356 323 112
Decimal 238 211 74
Hex EE D3 4A

RGB Percentages of Color #eed34a

%45.51
%40.34
%14.15

CMYK Percentages of Color #eed34a

%0
%11
%69
%7

Triadic Colors of #eed34a

#eed34a #4aeed3 #d34aee

Analogous Colors of #eed34a

#eed34a #b7ee4a #ee814a

Monochromatic Colors of #eed34a

#eed34a

Complementary Color

#eed34a #4a65ee

#eed34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed34a Color CSS Codes

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

#eed34a Text Font Color

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

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


#eed34a Background Color

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

This div background color is #eed34a


#eed34a Border Color

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

This div border color is #eed34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed34a


Comments

No comments written yet.

Please login to write comment.