Color Hex Logo

#ede412 Color Hex

#EDE412
(237,228,18)
0 Favorites   0 Comments

Color spaces of #ede412

RGB 23722818
HSL0.160.860.50
HSV58°92°93°
CMYK 0.000.040.92   0.07
XYZ62.777673.535011.4572
Yxy73.53500.42480.4976
Hunter Lab85.7526-19.390952.1052
CIE-Lab88.7023-15.865786.0999

#ede412 color RGB value is (237,228,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00010010
Octal 355 344 22
Decimal 237 228 18
Hex ED E4 12

RGB Percentages of Color #ede412

%49.07
%47.20
%3.73

CMYK Percentages of Color #ede412

%0
%4
%92
%7

Triadic Colors of #ede412

#ede412 #12ede4 #e412ed

Analogous Colors of #ede412

#ede412 #89ed12 #ed7712

Monochromatic Colors of #ede412

#ede412

Complementary Color

#ede412 #121bed

#ede412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede412 Color CSS Codes

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

#ede412 Text Font Color

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

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


#ede412 Background Color

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

This div background color is #ede412


#ede412 Border Color

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

This div border color is #ede412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede412

#ede412 Color Palettes


Comments

No comments written yet.

Please login to write comment.