Color Hex Logo

#e2cfa5 Color Hex

#E2CFA5
(226,207,165)
0 Favorites   0 Comments

Color spaces of #e2cfa5

RGB 226207165
HSL0.110.510.77
HSV41°27°89°
CMYK 0.000.080.27   0.11
XYZ60.468463.511044.6691
Yxy63.51100.35850.3766
Hunter Lab79.6938-4.025622.5531
CIE-Lab83.71050.244523.3055

#e2cfa5 color RGB value is (226,207,165).

#e2cfa5 hex color red value is 226, green value is 207 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e2cfa5 hue: 0.11 , saturation: 0.51 and the lightness value of e2cfa5 is 0.77.

The process color (four color CMYK) of #e2cfa5 color hex is 0.00, 0.08, 0.27, 0.11. Web safe color of #e2cfa5 is #cccc99. Color #e2cfa5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 10100101
Octal 342 317 245
Decimal 226 207 165
Hex E2 CF A5

RGB Percentages of Color #e2cfa5

%37.79
%34.62
%27.59

CMYK Percentages of Color #e2cfa5

%0
%8
%27
%11

Triadic Colors of #e2cfa5

#e2cfa5 #a5e2cf #cfa5e2

Analogous Colors of #e2cfa5

#e2cfa5 #d7e2a5 #e2b1a5

Monochromatic Colors of #e2cfa5

#e2cfa5

Complementary Color

#e2cfa5 #a5b8e2

#e2cfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cfa5 Color CSS Codes

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

#e2cfa5 Text Font Color

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

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


#e2cfa5 Background Color

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

This div background color is #e2cfa5


#e2cfa5 Border Color

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

This div border color is #e2cfa5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,207,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2cfa5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2cfa5;
  -webkit-box-shadow: 1px 1px 3px 2px #e2cfa5;
  box-shadow:         1px 1px 3px 2px #e2cfa5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,207,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cfa5


Comments

No comments written yet.

Please login to write comment.