Color Hex Logo

#ede374 Color Hex

#EDE374
(237,227,116)
0 Favorites   0 Comments

Color spaces of #ede374

RGB 237227116
HSL0.150.770.69
HSV55°51°93°
CMYK 0.000.040.51   0.07
XYZ65.546574.203627.3911
Yxy74.20360.39220.4440
Hunter Lab86.1415-14.924041.4461
CIE-Lab89.0186-10.919454.8122

#ede374 color RGB value is (237,227,116).

#ede374 hex color red value is 237, green value is 227 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ede374 hue: 0.15 , saturation: 0.77 and the lightness value of ede374 is 0.69.

The process color (four color CMYK) of #ede374 color hex is 0.00, 0.04, 0.51, 0.07. Web safe color of #ede374 is #ffcc66. Color #ede374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01110100
Octal 355 343 164
Decimal 237 227 116
Hex ED E3 74

RGB Percentages of Color #ede374

%40.86
%39.14
%20.00

CMYK Percentages of Color #ede374

%0
%4
%51
%7

Triadic Colors of #ede374

#ede374 #74ede3 #e374ed

Analogous Colors of #ede374

#ede374 #bbed74 #eda774

Monochromatic Colors of #ede374

#ede374

Complementary Color

#ede374 #747eed

#ede374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede374 Color CSS Codes

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

#ede374 Text Font Color

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

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


#ede374 Background Color

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

This div background color is #ede374


#ede374 Border Color

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

This div border color is #ede374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede374


Comments

No comments written yet.

Please login to write comment.