Color Hex Logo

#eded12 Color Hex

#EDED12
(237,237,18)
0 Favorites   0 Comments

Color spaces of #eded12

RGB 23723718
HSL0.170.860.50
HSV60°92°93°
CMYK 0.000.000.92   0.07
XYZ65.318478.616612.3041
Yxy78.61660.41810.5032
Hunter Lab88.6660-23.668353.8386
CIE-Lab91.0605-20.233787.8945

#eded12 color RGB value is (237,237,18).

#eded12 hex color red value is 237, green value is 237 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #eded12 hue: 0.17 , saturation: 0.86 and the lightness value of eded12 is 0.50.

The process color (four color CMYK) of #eded12 color hex is 0.00, 0.00, 0.92, 0.07. Web safe color of #eded12 is #ffff00. Color #eded12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 00010010
Octal 355 355 22
Decimal 237 237 18
Hex ED ED 12

RGB Percentages of Color #eded12

%48.17
%48.17
%3.66

CMYK Percentages of Color #eded12

%0
%0
%92
%7

Triadic Colors of #eded12

#eded12 #12eded #ed12ed

Analogous Colors of #eded12

#eded12 #80ed12 #ed8012

Monochromatic Colors of #eded12

#eded12

Complementary Color

#eded12 #1212ed

#eded12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded12 Color CSS Codes

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

#eded12 Text Font Color

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

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


#eded12 Background Color

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

This div background color is #eded12


#eded12 Border Color

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

This div border color is #eded12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded12


Comments

No comments written yet.

Please login to write comment.