color codes Logo

#eed23a color codes

#EED23A
(238,210,58)
0 Favorites   0 Comments

Color spaces of #eed23a

RGB 23821058
HSL0.140.840.58
HSV51°76°93°
CMYK 0.000.120.76   0.07
XYZ59.070264.575813.3540
Yxy64.57580.43120.4714
Hunter Lab80.3591-9.416946.3986
CIE-Lab84.2647-5.484473.5020

#eed23a color RGB value is (238,210,58).

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

The process color (four color CMYK) of #eed23a color code is 0.00, 0.12, 0.76, 0.07. Web safe color of #eed23a is #ffcc33. Color #eed23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00111010
Octal 356 322 72
Decimal 238 210 58
Hex EE D2 3A

RGB Percentages of Color #eed23a

%47.04
%41.50
%11.46

CMYK Percentages of Color #eed23a

%0
%12
%76
%7

Triadic Colors of #eed23a

#eed23a #3aeed2 #d23aee

Analogous Colors of #eed23a

#eed23a #b0ee3a #ee783a

Monochromatic Colors of #eed23a

#eed23a

Complementary Color

#eed23a #3a56ee

#eed23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed23a Color CSS Codes

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

#eed23a Text Font Color

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

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


#eed23a Background Color

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

This div background color is #eed23a


#eed23a Border Color

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

This div border color is #eed23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed23a


Comments

No comments written yet.

Please login to write comment.