Color Hex Logo

#edc192 Color Hex

#EDC192
(237,193,146)
0 Favorites   0 Comments

Color spaces of #edc192

RGB 237193146
HSL0.090.720.75
HSV31°38°93°
CMYK 0.000.190.38   0.07
XYZ59.183358.219835.3124
Yxy58.21980.38750.3812
Hunter Lab76.30194.924625.9720
CIE-Lab80.86089.459429.5912

#edc192 color RGB value is (237,193,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 10010010
Octal 355 301 222
Decimal 237 193 146
Hex ED C1 92

RGB Percentages of Color #edc192

%41.15
%33.51
%25.35

CMYK Percentages of Color #edc192

%0
%19
%38
%7

Triadic Colors of #edc192

#edc192 #92edc1 #c192ed

Analogous Colors of #edc192

#edc192 #eced92 #ed9492

Monochromatic Colors of #edc192

#edc192

Complementary Color

#edc192 #92beed

#edc192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc192 Color CSS Codes

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

#edc192 Text Font Color

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

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


#edc192 Background Color

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

This div background color is #edc192


#edc192 Border Color

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

This div border color is #edc192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc192


Comments

No comments written yet.

Please login to write comment.