Color Hex Logo

#edea1c Color Hex

#EDEA1C
(237,234,28)
0 Favorites   0 Comments

Color spaces of #edea1c

RGB 23723428
HSL0.160.850.52
HSV59°88°93°
CMYK 0.000.010.88   0.07
XYZ64.557576.934012.5458
Yxy76.93400.41910.4995
Hunter Lab87.7120-22.117152.9179
CIE-Lab90.2912-18.637885.9391

#edea1c color RGB value is (237,234,28).

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

The process color (four color CMYK) of #edea1c color hex is 0.00, 0.01, 0.88, 0.07. Web safe color of #edea1c is #ffff33. Color #edea1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00011100
Octal 355 352 34
Decimal 237 234 28
Hex ED EA 1C

RGB Percentages of Color #edea1c

%47.49
%46.89
%5.61

CMYK Percentages of Color #edea1c

%0
%1
%88
%7

Triadic Colors of #edea1c

#edea1c #1cedea #ea1ced

Analogous Colors of #edea1c

#edea1c #88ed1c #ed821c

Monochromatic Colors of #edea1c

#edea1c

Complementary Color

#edea1c #1c1fed

#edea1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea1c Color CSS Codes

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

#edea1c Text Font Color

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

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


#edea1c Background Color

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

This div background color is #edea1c


#edea1c Border Color

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

This div border color is #edea1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea1c


Comments

No comments written yet.

Please login to write comment.