Color Hex Logo

#edc094 Color Hex

#EDC094
(237,192,148)
0 Favorites   0 Comments

Color spaces of #edc094

RGB 237192148
HSL0.080.710.75
HSV30°38°93°
CMYK 0.000.190.38   0.07
XYZ59.120057.841936.0656
Yxy57.84190.38630.3780
Hunter Lab76.05395.661625.1217
CIE-Lab80.650810.212428.2590

#edc094 color RGB value is (237,192,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10010100
Octal 355 300 224
Decimal 237 192 148
Hex ED C0 94

RGB Percentages of Color #edc094

%41.07
%33.28
%25.65

CMYK Percentages of Color #edc094

%0
%19
%38
%7

Triadic Colors of #edc094

#edc094 #94edc0 #c094ed

Analogous Colors of #edc094

#edc094 #eded94 #ed9495

Monochromatic Colors of #edc094

#edc094

Complementary Color

#edc094 #94c1ed

#edc094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc094 Color CSS Codes

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

#edc094 Text Font Color

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

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


#edc094 Background Color

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

This div background color is #edc094


#edc094 Border Color

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

This div border color is #edc094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc094


Comments

No comments written yet.

Please login to write comment.