Color Hex Logo

#edc394 Color Hex

#EDC394
(237,195,148)
0 Favorites   0 Comments

Color spaces of #edc394

RGB 237195148
HSL0.090.710.75
HSV32°38°93°
CMYK 0.000.180.38   0.07
XYZ59.785559.172936.2874
Yxy59.17290.38510.3812
Hunter Lab76.92394.113925.8778
CIE-Lab81.38658.636729.2444

#edc394 color RGB value is (237,195,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 10010100
Octal 355 303 224
Decimal 237 195 148
Hex ED C3 94

RGB Percentages of Color #edc394

%40.86
%33.62
%25.52

CMYK Percentages of Color #edc394

%0
%18
%38
%7

Triadic Colors of #edc394

#edc394 #94edc3 #c394ed

Analogous Colors of #edc394

#edc394 #ebed94 #ed9794

Monochromatic Colors of #edc394

#edc394

Complementary Color

#edc394 #94beed

#edc394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc394 Color CSS Codes

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

#edc394 Text Font Color

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

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


#edc394 Background Color

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

This div background color is #edc394


#edc394 Border Color

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

This div border color is #edc394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc394


Comments

No comments written yet.

Please login to write comment.