Color Hex Logo

#ede690 Color Hex

#EDE690
(237,230,144)
0 Favorites   0 Comments

Color spaces of #ede690

RGB 237230144
HSL0.150.720.75
HSV55°39°93°
CMYK 0.000.030.39   0.07
XYZ68.255976.611837.5756
Yxy76.61180.37410.4199
Hunter Lab87.5282-13.977135.8167
CIE-Lab90.1426-9.759642.7193

#ede690 color RGB value is (237,230,144).

#ede690 hex color red value is 237, green value is 230 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ede690 hue: 0.15 , saturation: 0.72 and the lightness value of ede690 is 0.75.

The process color (four color CMYK) of #ede690 color hex is 0.00, 0.03, 0.39, 0.07. Web safe color of #ede690 is #ffff99. Color #ede690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 10010000
Octal 355 346 220
Decimal 237 230 144
Hex ED E6 90

RGB Percentages of Color #ede690

%38.79
%37.64
%23.57

CMYK Percentages of Color #ede690

%0
%3
%39
%7

Triadic Colors of #ede690

#ede690 #90ede6 #e690ed

Analogous Colors of #ede690

#ede690 #c6ed90 #edb890

Monochromatic Colors of #ede690

#ede690

Complementary Color

#ede690 #9097ed

#ede690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede690 Color CSS Codes

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

#ede690 Text Font Color

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

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


#ede690 Background Color

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

This div background color is #ede690


#ede690 Border Color

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

This div border color is #ede690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede690


Comments

No comments written yet.

Please login to write comment.