Color Hex Logo

#ecaf7e Color Hex

#ECAF7E
(236,175,126)
0 Favorites   0 Comments

Color spaces of #ecaf7e

RGB 236175126
HSL0.070.740.71
HSV27°47°93°
CMYK 0.000.260.47   0.07
XYZ53.687949.999226.5598
Yxy49.99920.41220.3839
Hunter Lab70.710111.786627.2268
CIE-Lab76.068816.468333.7753

#ecaf7e color RGB value is (236,175,126).

#ecaf7e hex color red value is 236, green value is 175 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ecaf7e hue: 0.07 , saturation: 0.74 and the lightness value of ecaf7e is 0.71.

The process color (four color CMYK) of #ecaf7e color hex is 0.00, 0.26, 0.47, 0.07. Web safe color of #ecaf7e is #ff9966. Color #ecaf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101111 01111110
Octal 354 257 176
Decimal 236 175 126
Hex EC AF 7E

RGB Percentages of Color #ecaf7e

%43.95
%32.59
%23.46

CMYK Percentages of Color #ecaf7e

%0
%26
%47
%7

Triadic Colors of #ecaf7e

#ecaf7e #7eecaf #af7eec

Analogous Colors of #ecaf7e

#ecaf7e #ece67e #ec7e84

Monochromatic Colors of #ecaf7e

#ecaf7e

Complementary Color

#ecaf7e #7ebbec

#ecaf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaf7e Color CSS Codes

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

#ecaf7e Text Font Color

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

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


#ecaf7e Background Color

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

This div background color is #ecaf7e


#ecaf7e Border Color

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

This div border color is #ecaf7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,175,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ecaf7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ecaf7e;
  -webkit-box-shadow: 1px 1px 3px 2px #ecaf7e;
  box-shadow:         1px 1px 3px 2px #ecaf7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,175,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaf7e


Comments

No comments written yet.

Please login to write comment.