Color Hex Logo

#e1ca92 Color Hex

#E1CA92
(225,202,146)
0 Favorites   0 Comments

Color spaces of #e1ca92

RGB 225202146
HSL0.120.570.73
HSV43°35°88°
CMYK 0.000.100.35   0.12
XYZ57.360260.323935.8146
Yxy60.32390.37370.3930
Hunter Lab77.6685-4.092927.0280
CIE-Lab82.01390.059330.9310

#e1ca92 color RGB value is (225,202,146).

#e1ca92 hex color red value is 225, green value is 202 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #e1ca92 hue: 0.12 , saturation: 0.57 and the lightness value of e1ca92 is 0.73.

The process color (four color CMYK) of #e1ca92 color hex is 0.00, 0.10, 0.35, 0.12. Web safe color of #e1ca92 is #cccc99. Color #e1ca92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 10010010
Octal 341 312 222
Decimal 225 202 146
Hex E1 CA 92

RGB Percentages of Color #e1ca92

%39.27
%35.25
%25.48

CMYK Percentages of Color #e1ca92

%0
%10
%35
%12

Triadic Colors of #e1ca92

#e1ca92 #92e1ca #ca92e1

Analogous Colors of #e1ca92

#e1ca92 #d1e192 #e1a392

Monochromatic Colors of #e1ca92

#e1ca92

Complementary Color

#e1ca92 #92a9e1

#e1ca92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ca92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ca92 Color CSS Codes

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

#e1ca92 Text Font Color

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

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


#e1ca92 Background Color

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

This div background color is #e1ca92


#e1ca92 Border Color

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

This div border color is #e1ca92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ca92


Comments

No comments written yet.

Please login to write comment.