Color Hex Logo

#ede312 Color Hex

#EDE312
(237,227,18)
0 Favorites   0 Comments

Color spaces of #ede312

RGB 23722718
HSL0.160.860.50
HSV57°92°93°
CMYK 0.000.040.92   0.07
XYZ62.503372.986411.3658
Yxy72.98640.42560.4970
Hunter Lab85.4321-18.913051.9146
CIE-Lab88.4412-15.375785.9016

#ede312 color RGB value is (237,227,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00010010
Octal 355 343 22
Decimal 237 227 18
Hex ED E3 12

RGB Percentages of Color #ede312

%49.17
%47.10
%3.73

CMYK Percentages of Color #ede312

%0
%4
%92
%7

Triadic Colors of #ede312

#ede312 #12ede3 #e312ed

Analogous Colors of #ede312

#ede312 #8aed12 #ed7612

Monochromatic Colors of #ede312

#ede312

Complementary Color

#ede312 #121ced

#ede312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede312 Color CSS Codes

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

#ede312 Text Font Color

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

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


#ede312 Background Color

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

This div background color is #ede312


#ede312 Border Color

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

This div border color is #ede312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede312


Comments

No comments written yet.

Please login to write comment.