Color Hex Logo

#edda2f Color Hex

#EDDA2F
(237,218,47)
0 Favorites   0 Comments

Color spaces of #edda2f

RGB 23721847
HSL0.150.840.56
HSV54°80°93°
CMYK 0.000.080.80   0.07
XYZ60.509568.352612.6935
Yxy68.35260.42750.4829
Hunter Lab82.6756-14.039948.7699
CIE-Lab86.1825-10.313078.4746

#edda2f color RGB value is (237,218,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 00101111
Octal 355 332 57
Decimal 237 218 47
Hex ED DA 2F

RGB Percentages of Color #edda2f

%47.21
%43.43
%9.36

CMYK Percentages of Color #edda2f

%0
%8
%80
%7

Triadic Colors of #edda2f

#edda2f #2fedda #da2fed

Analogous Colors of #edda2f

#edda2f #a1ed2f #ed7b2f

Monochromatic Colors of #edda2f

#edda2f

Complementary Color

#edda2f #2f42ed

#edda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edda2f Color CSS Codes

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

#edda2f Text Font Color

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

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


#edda2f Background Color

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

This div background color is #edda2f


#edda2f Border Color

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

This div border color is #edda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edda2f


Comments

No comments written yet.

Please login to write comment.