Color Hex Logo

#ede869 Color Hex

#EDE869
(237,232,105)
0 Favorites   0 Comments

Color spaces of #ede869

RGB 237232105
HSL0.160.790.67
HSV58°56°93°
CMYK 0.000.020.56   0.07
XYZ66.331576.737724.6804
Yxy76.73770.39540.4575
Hunter Lab87.6001-18.138444.6157
CIE-Lab90.2007-14.258361.1607

#ede869 color RGB value is (237,232,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01101001
Octal 355 350 151
Decimal 237 232 105
Hex ED E8 69

RGB Percentages of Color #ede869

%41.29
%40.42
%18.29

CMYK Percentages of Color #ede869

%0
%2
%56
%7

Triadic Colors of #ede869

#ede869 #69ede8 #e869ed

Analogous Colors of #ede869

#ede869 #b0ed69 #eda669

Monochromatic Colors of #ede869

#ede869

Complementary Color

#ede869 #696eed

#ede869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede869 Color CSS Codes

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

#ede869 Text Font Color

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

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


#ede869 Background Color

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

This div background color is #ede869


#ede869 Border Color

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

This div border color is #ede869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede869


Comments

No comments written yet.

Please login to write comment.