Color Hex Logo

#edd390 Color Hex

#EDD390
(237,211,144)
0 Favorites   0 Comments

Color spaces of #edd390

RGB 237211144
HSL0.120.720.75
HSV43°39°93°
CMYK 0.000.110.39   0.07
XYZ63.253466.606735.9081
Yxy66.60670.38160.4018
Hunter Lab81.6129-4.477731.0426
CIE-Lab85.3049-0.124836.4851

#edd390 color RGB value is (237,211,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 10010000
Octal 355 323 220
Decimal 237 211 144
Hex ED D3 90

RGB Percentages of Color #edd390

%40.03
%35.64
%24.32

CMYK Percentages of Color #edd390

%0
%11
%39
%7

Triadic Colors of #edd390

#edd390 #90edd3 #d390ed

Analogous Colors of #edd390

#edd390 #d9ed90 #eda590

Monochromatic Colors of #edd390

#edd390

Complementary Color

#edd390 #90aaed

#edd390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd390 Color CSS Codes

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

#edd390 Text Font Color

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

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


#edd390 Background Color

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

This div background color is #edd390


#edd390 Border Color

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

This div border color is #edd390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd390


Comments

No comments written yet.

Please login to write comment.