Color Hex Logo

#ede290 Color Hex

#EDE290
(237,226,144)
0 Favorites   0 Comments

Color spaces of #ede290

RGB 237226144
HSL0.150.720.75
HSV53°39°93°
CMYK 0.000.050.39   0.07
XYZ67.155474.410937.2088
Yxy74.41090.37560.4162
Hunter Lab86.2618-11.994534.8086
CIE-Lab89.1163-7.755341.4078

#ede290 color RGB value is (237,226,144).

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

The process color (four color CMYK) of #ede290 color hex is 0.00, 0.05, 0.39, 0.07. Web safe color of #ede290 is #ffcc99. Color #ede290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10010000
Octal 355 342 220
Decimal 237 226 144
Hex ED E2 90

RGB Percentages of Color #ede290

%39.04
%37.23
%23.72

CMYK Percentages of Color #ede290

%0
%5
%39
%7

Triadic Colors of #ede290

#ede290 #90ede2 #e290ed

Analogous Colors of #ede290

#ede290 #caed90 #edb490

Monochromatic Colors of #ede290

#ede290

Complementary Color

#ede290 #909bed

#ede290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede290 Color CSS Codes

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

#ede290 Text Font Color

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

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


#ede290 Background Color

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

This div background color is #ede290


#ede290 Border Color

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

This div border color is #ede290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede290


Comments

No comments written yet.

Please login to write comment.