Color Hex Logo

#eddf2f Color Hex

#EDDF2F
(237,223,47)
0 Favorites   0 Comments

Color spaces of #eddf2f

RGB 23722347
HSL0.150.840.56
HSV56°80°93°
CMYK 0.000.060.80   0.07
XYZ61.825870.985113.1323
Yxy70.98510.42360.4864
Hunter Lab84.2527-16.456349.7354
CIE-Lab87.4778-12.799679.5948

#eddf2f color RGB value is (237,223,47).

#eddf2f hex color red value is 237, green value is 223 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eddf2f hue: 0.15 , saturation: 0.84 and the lightness value of eddf2f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 00101111
Octal 355 337 57
Decimal 237 223 47
Hex ED DF 2F

RGB Percentages of Color #eddf2f

%46.75
%43.98
%9.27

CMYK Percentages of Color #eddf2f

%0
%6
%80
%7

Triadic Colors of #eddf2f

#eddf2f #2feddf #df2fed

Analogous Colors of #eddf2f

#eddf2f #9ced2f #ed802f

Monochromatic Colors of #eddf2f

#eddf2f

Complementary Color

#eddf2f #2f3ded

#eddf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf2f Color CSS Codes

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

#eddf2f Text Font Color

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

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


#eddf2f Background Color

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

This div background color is #eddf2f


#eddf2f Border Color

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

This div border color is #eddf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf2f


Comments

No comments written yet.

Please login to write comment.