Color Hex Logo

#ecca75 Color Hex

#ECCA75
(236,202,117)
0 Favorites   0 Comments

Color spaces of #ecca75

RGB 236202117
HSL0.120.760.69
HSV43°50°93°
CMYK 0.000.140.50   0.07
XYZ58.923561.358325.5674
Yxy61.35830.40400.4207
Hunter Lab78.3315-2.806835.4798
CIE-Lab82.57101.462446.5622

#ecca75 color RGB value is (236,202,117).

#ecca75 hex color red value is 236, green value is 202 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ecca75 hue: 0.12 , saturation: 0.76 and the lightness value of ecca75 is 0.69.

The process color (four color CMYK) of #ecca75 color hex is 0.00, 0.14, 0.50, 0.07. Web safe color of #ecca75 is #ffcc66. Color #ecca75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01110101
Octal 354 312 165
Decimal 236 202 117
Hex EC CA 75

RGB Percentages of Color #ecca75

%42.52
%36.40
%21.08

CMYK Percentages of Color #ecca75

%0
%14
%50
%7

Triadic Colors of #ecca75

#ecca75 #75ecca #ca75ec

Analogous Colors of #ecca75

#ecca75 #d3ec75 #ec8f75

Monochromatic Colors of #ecca75

#ecca75

Complementary Color

#ecca75 #7597ec

#ecca75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca75 Color CSS Codes

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

#ecca75 Text Font Color

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

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


#ecca75 Background Color

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

This div background color is #ecca75


#ecca75 Border Color

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

This div border color is #ecca75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca75


Comments

No comments written yet.

Please login to write comment.