Color Hex Logo

#edd294 Color Hex

#EDD294
(237,210,148)
0 Favorites   0 Comments

Color spaces of #edd294

RGB 237210148
HSL0.120.710.75
HSV42°38°93°
CMYK 0.000.110.38   0.07
XYZ63.316966.235837.4646
Yxy66.23580.37910.3966
Hunter Lab81.3854-3.553429.6765
CIE-Lab85.11660.833234.1919

#edd294 color RGB value is (237,210,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10010100
Octal 355 322 224
Decimal 237 210 148
Hex ED D2 94

RGB Percentages of Color #edd294

%39.83
%35.29
%24.87

CMYK Percentages of Color #edd294

%0
%11
%38
%7

Triadic Colors of #edd294

#edd294 #94edd2 #d294ed

Analogous Colors of #edd294

#edd294 #dced94 #eda694

Monochromatic Colors of #edd294

#edd294

Complementary Color

#edd294 #94afed

#edd294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd294 Color CSS Codes

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

#edd294 Text Font Color

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

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


#edd294 Background Color

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

This div background color is #edd294


#edd294 Border Color

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

This div border color is #edd294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd294


Comments

No comments written yet.

Please login to write comment.