Color Hex Logo

#edd812 Color Hex

#EDD812
(237,216,18)
0 Favorites   0 Comments

Color spaces of #edd812

RGB 23721618
HSL0.150.860.50
HSV54°92°93°
CMYK 0.000.090.92   0.07
XYZ59.590167.159910.3947
Yxy67.15990.43450.4897
Hunter Lab81.9511-13.619749.8454
CIE-Lab85.5846-9.925783.7387

#edd812 color RGB value is (237,216,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00010010
Octal 355 330 22
Decimal 237 216 18
Hex ED D8 12

RGB Percentages of Color #edd812

%50.32
%45.86
%3.82

CMYK Percentages of Color #edd812

%0
%9
%92
%7

Triadic Colors of #edd812

#edd812 #12edd8 #d812ed

Analogous Colors of #edd812

#edd812 #95ed12 #ed6b12

Monochromatic Colors of #edd812

#edd812

Complementary Color

#edd812 #1227ed

#edd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd812 Color CSS Codes

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

#edd812 Text Font Color

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

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


#edd812 Background Color

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

This div background color is #edd812


#edd812 Border Color

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

This div border color is #edd812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd812


Comments

No comments written yet.

Please login to write comment.