color codes Logo

#eedc12 color codes

#EEDC12
(238,220,18)
0 Favorites   0 Comments

Color spaces of #eedc12

RGB 23822018
HSL0.150.870.50
HSV55°92°93°
CMYK 0.000.080.92   0.07
XYZ60.962369.407210.7561
Yxy69.40720.43200.4918
Hunter Lab83.3110-15.177950.6629
CIE-Lab86.7053-11.496384.6236

#eedc12 color RGB value is (238,220,18).

#eedc12 hex color red value is 238, green value is 220 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eedc12 hue: 0.15 , saturation: 0.87 and the lightness value of eedc12 is 0.50.

The process color (four color CMYK) of #eedc12 color code is 0.00, 0.08, 0.92, 0.07. Web safe color of #eedc12 is #ffcc00. Color #eedc12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00010010
Octal 356 334 22
Decimal 238 220 18
Hex EE DC 12

RGB Percentages of Color #eedc12

%50.00
%46.22
%3.78

CMYK Percentages of Color #eedc12

%0
%8
%92
%7

Triadic Colors of #eedc12

#eedc12 #12eedc #dc12ee

Analogous Colors of #eedc12

#eedc12 #92ee12 #ee6e12

Monochromatic Colors of #eedc12

#eedc12

Complementary Color

#eedc12 #1224ee

#eedc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc12 Color CSS Codes

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

#eedc12 Text Font Color

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

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


#eedc12 Background Color

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

This div background color is #eedc12


#eedc12 Border Color

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

This div border color is #eedc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc12


Comments

No comments written yet.

Please login to write comment.