Color Hex Logo

#eddf1d Color Hex

#EDDF1D
(237,223,29)
0 Favorites   0 Comments

Color spaces of #eddf1d

RGB 23722329
HSL0.160.850.52
HSV56°88°93°
CMYK 0.000.060.88   0.07
XYZ61.534570.868611.5982
Yxy70.86860.42730.4921
Hunter Lab84.1835-16.845350.7599
CIE-Lab87.4211-13.236983.5053

#eddf1d color RGB value is (237,223,29).

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

The process color (four color CMYK) of #eddf1d color hex is 0.00, 0.06, 0.88, 0.07. Web safe color of #eddf1d is #ffcc33. Color #eddf1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 00011101
Octal 355 337 35
Decimal 237 223 29
Hex ED DF 1D

RGB Percentages of Color #eddf1d

%48.47
%45.60
%5.93

CMYK Percentages of Color #eddf1d

%0
%6
%88
%7

Triadic Colors of #eddf1d

#eddf1d #1deddf #df1ded

Analogous Colors of #eddf1d

#eddf1d #93ed1d #ed771d

Monochromatic Colors of #eddf1d

#eddf1d

Complementary Color

#eddf1d #1d2bed

#eddf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf1d Color CSS Codes

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

#eddf1d Text Font Color

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

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


#eddf1d Background Color

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

This div background color is #eddf1d


#eddf1d Border Color

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

This div border color is #eddf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf1d


Comments

No comments written yet.

Please login to write comment.