Color Hex Logo

#edea1d Color Hex

#EDEA1D
(237,234,29)
0 Favorites   0 Comments

Color spaces of #edea1d

RGB 23723429
HSL0.160.850.52
HSV59°88°93°
CMYK 0.000.010.88   0.07
XYZ64.569676.938912.6099
Yxy76.93890.41900.4992
Hunter Lab87.7148-22.101652.8768
CIE-Lab90.2935-18.620185.7775

#edea1d color RGB value is (237,234,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00011101
Octal 355 352 35
Decimal 237 234 29
Hex ED EA 1D

RGB Percentages of Color #edea1d

%47.40
%46.80
%5.80

CMYK Percentages of Color #edea1d

%0
%1
%88
%7

Triadic Colors of #edea1d

#edea1d #1dedea #ea1ded

Analogous Colors of #edea1d

#edea1d #88ed1d #ed821d

Monochromatic Colors of #edea1d

#edea1d

Complementary Color

#edea1d #1d20ed

#edea1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea1d Color CSS Codes

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

#edea1d Text Font Color

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

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


#edea1d Background Color

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

This div background color is #edea1d


#edea1d Border Color

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

This div border color is #edea1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea1d


Comments

No comments written yet.

Please login to write comment.