Color Hex Logo

#edea0f Color Hex

#EDEA0F
(237,234,15)
0 Favorites   0 Comments

Color spaces of #edea0f

RGB 23723415
HSL0.160.880.49
HSV59°94°93°
CMYK 0.000.010.94   0.07
XYZ64.434176.884711.8961
Yxy76.88470.42050.5018
Hunter Lab87.6839-22.277053.3349
CIE-Lab90.2685-18.820187.6098

#edea0f color RGB value is (237,234,15).

#edea0f hex color red value is 237, green value is 234 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #edea0f hue: 0.16 , saturation: 0.88 and the lightness value of edea0f is 0.49.

The process color (four color CMYK) of #edea0f color hex is 0.00, 0.01, 0.94, 0.07. Web safe color of #edea0f is #ffff00. Color #edea0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00001111
Octal 355 352 17
Decimal 237 234 15
Hex ED EA F

RGB Percentages of Color #edea0f

%48.77
%48.15
%3.09

CMYK Percentages of Color #edea0f

%0
%1
%94
%7

Triadic Colors of #edea0f

#edea0f #0fedea #ea0fed

Analogous Colors of #edea0f

#edea0f #81ed0f #ed7b0f

Monochromatic Colors of #edea0f

#edea0f

Complementary Color

#edea0f #0f12ed

#edea0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea0f Color CSS Codes

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

#edea0f Text Font Color

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

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


#edea0f Background Color

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

This div background color is #edea0f


#edea0f Border Color

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

This div border color is #edea0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea0f


Comments

No comments written yet.

Please login to write comment.