Color Hex Logo

#edc092 Color Hex

#EDC092
(237,192,146)
0 Favorites   0 Comments

Color spaces of #edc092

RGB 237192146
HSL0.080.720.75
HSV30°38°93°
CMYK 0.000.190.38   0.07
XYZ58.963057.779135.2389
Yxy57.77910.38800.3802
Hunter Lab76.01265.440625.7224
CIE-Lab80.61589.985129.2642

#edc092 color RGB value is (237,192,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10010010
Octal 355 300 222
Decimal 237 192 146
Hex ED C0 92

RGB Percentages of Color #edc092

%41.22
%33.39
%25.39

CMYK Percentages of Color #edc092

%0
%19
%38
%7

Triadic Colors of #edc092

#edc092 #92edc0 #c092ed

Analogous Colors of #edc092

#edc092 #eded92 #ed9392

Monochromatic Colors of #edc092

#edc092

Complementary Color

#edc092 #92bfed

#edc092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc092 Color CSS Codes

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

#edc092 Text Font Color

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

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


#edc092 Background Color

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

This div background color is #edc092


#edc092 Border Color

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

This div border color is #edc092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc092


Comments

No comments written yet.

Please login to write comment.