Color Hex Logo

#ede347 Color Hex

#EDE347
(237,227,71)
0 Favorites   0 Comments

Color spaces of #ede347

RGB 23722771
HSL0.160.820.60
HSV56°70°93°
CMYK 0.000.040.70   0.07
XYZ63.531573.397616.7799
Yxy73.39760.41330.4775
Hunter Lab85.6724-17.557748.3581
CIE-Lab88.6370-13.848373.1811

#ede347 color RGB value is (237,227,71).

#ede347 hex color red value is 237, green value is 227 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ede347 hue: 0.16 , saturation: 0.82 and the lightness value of ede347 is 0.60.

The process color (four color CMYK) of #ede347 color hex is 0.00, 0.04, 0.70, 0.07. Web safe color of #ede347 is #ffcc33. Color #ede347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01000111
Octal 355 343 107
Decimal 237 227 71
Hex ED E3 47

RGB Percentages of Color #ede347

%44.30
%42.43
%13.27

CMYK Percentages of Color #ede347

%0
%4
%70
%7

Triadic Colors of #ede347

#ede347 #47ede3 #e347ed

Analogous Colors of #ede347

#ede347 #a4ed47 #ed9047

Monochromatic Colors of #ede347

#ede347

Complementary Color

#ede347 #4751ed

#ede347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede347 Color CSS Codes

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

#ede347 Text Font Color

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

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


#ede347 Background Color

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

This div background color is #ede347


#ede347 Border Color

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

This div border color is #ede347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede347


Comments

No comments written yet.

Please login to write comment.