Color Hex Logo

#ede874 Color Hex

#EDE874
(237,232,116)
0 Favorites   0 Comments

Color spaces of #ede874

RGB 237232116
HSL0.160.770.69
HSV58°51°93°
CMYK 0.000.020.51   0.07
XYZ66.934176.978727.8536
Yxy76.97870.38970.4482
Hunter Lab87.7375-17.364742.5937
CIE-Lab90.3118-13.398056.3352

#ede874 color RGB value is (237,232,116).

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

The process color (four color CMYK) of #ede874 color hex is 0.00, 0.02, 0.51, 0.07. Web safe color of #ede874 is #ffff66. Color #ede874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01110100
Octal 355 350 164
Decimal 237 232 116
Hex ED E8 74

RGB Percentages of Color #ede874

%40.51
%39.66
%19.83

CMYK Percentages of Color #ede874

%0
%2
%51
%7

Triadic Colors of #ede874

#ede874 #74ede8 #e874ed

Analogous Colors of #ede874

#ede874 #b6ed74 #edac74

Monochromatic Colors of #ede874

#ede874

Complementary Color

#ede874 #7479ed

#ede874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede874 Color CSS Codes

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

#ede874 Text Font Color

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

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


#ede874 Background Color

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

This div background color is #ede874


#ede874 Border Color

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

This div border color is #ede874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede874


Comments

No comments written yet.

Please login to write comment.