color codes Logo

#eed23c color codes

#EED23C
(238,210,60)
0 Favorites   0 Comments

Color spaces of #eed23c

RGB 23821060
HSL0.140.840.58
HSV51°75°93°
CMYK 0.000.120.75   0.07
XYZ59.122164.596613.6273
Yxy64.59660.43050.4703
Hunter Lab80.3720-9.345446.2076
CIE-Lab84.2754-5.405972.8472

#eed23c color RGB value is (238,210,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00111100
Octal 356 322 74
Decimal 238 210 60
Hex EE D2 3C

RGB Percentages of Color #eed23c

%46.85
%41.34
%11.81

CMYK Percentages of Color #eed23c

%0
%12
%75
%7

Triadic Colors of #eed23c

#eed23c #3ceed2 #d23cee

Analogous Colors of #eed23c

#eed23c #b1ee3c #ee793c

Monochromatic Colors of #eed23c

#eed23c

Complementary Color

#eed23c #3c58ee

#eed23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed23c Color CSS Codes

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

#eed23c Text Font Color

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

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


#eed23c Background Color

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

This div background color is #eed23c


#eed23c Border Color

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

This div border color is #eed23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed23c


Comments

No comments written yet.

Please login to write comment.