Color Hex Logo

#ede812 Color Hex

#EDE812
(237,232,18)
0 Favorites   0 Comments

Color spaces of #ede812

RGB 23723218
HSL0.160.860.50
HSV59°92°93°
CMYK 0.000.020.92   0.07
XYZ63.890875.761411.8283
Yxy75.76140.42180.5001
Hunter Lab87.0410-21.297352.8716
CIE-Lab89.7484-17.816486.8951

#ede812 color RGB value is (237,232,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00010010
Octal 355 350 22
Decimal 237 232 18
Hex ED E8 12

RGB Percentages of Color #ede812

%48.67
%47.64
%3.70

CMYK Percentages of Color #ede812

%0
%2
%92
%7

Triadic Colors of #ede812

#ede812 #12ede8 #e812ed

Analogous Colors of #ede812

#ede812 #85ed12 #ed7b12

Monochromatic Colors of #ede812

#ede812

Complementary Color

#ede812 #1217ed

#ede812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede812 Color CSS Codes

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

#ede812 Text Font Color

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

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


#ede812 Background Color

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

This div background color is #ede812


#ede812 Border Color

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

This div border color is #ede812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede812


Comments

No comments written yet.

Please login to write comment.