Color Hex Logo

#ede315 Color Hex

#EDE315
(237,227,21)
0 Favorites   0 Comments

Color spaces of #ede315

RGB 23722721
HSL0.160.860.51
HSV57°91°93°
CMYK 0.000.040.91   0.07
XYZ62.529572.996811.5036
Yxy72.99680.42530.4965
Hunter Lab85.4382-18.878351.8238
CIE-Lab88.4462-15.336485.5312

#ede315 color RGB value is (237,227,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00010101
Octal 355 343 25
Decimal 237 227 21
Hex ED E3 15

RGB Percentages of Color #ede315

%48.87
%46.80
%4.33

CMYK Percentages of Color #ede315

%0
%4
%91
%7

Triadic Colors of #ede315

#ede315 #15ede3 #e315ed

Analogous Colors of #ede315

#ede315 #8bed15 #ed7715

Monochromatic Colors of #ede315

#ede315

Complementary Color

#ede315 #151fed

#ede315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede315 Color CSS Codes

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

#ede315 Text Font Color

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

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


#ede315 Background Color

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

This div background color is #ede315


#ede315 Border Color

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

This div border color is #ede315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,227,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ede315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede315


Comments

No comments written yet.

Please login to write comment.