Color Hex Logo

#ecd875 Color Hex

#ECD875
(236,216,117)
0 Favorites   0 Comments

Color spaces of #ecd875

RGB 236216117
HSL0.140.760.69
HSV50°50°93°
CMYK 0.000.080.50   0.07
XYZ62.358868.229026.7125
Yxy68.22900.39640.4337
Hunter Lab82.6008-9.794438.6466
CIE-Lab86.1208-5.709350.8674

#ecd875 color RGB value is (236,216,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 01110101
Octal 354 330 165
Decimal 236 216 117
Hex EC D8 75

RGB Percentages of Color #ecd875

%41.48
%37.96
%20.56

CMYK Percentages of Color #ecd875

%0
%8
%50
%7

Triadic Colors of #ecd875

#ecd875 #75ecd8 #d875ec

Analogous Colors of #ecd875

#ecd875 #c5ec75 #ec9d75

Monochromatic Colors of #ecd875

#ecd875

Complementary Color

#ecd875 #7589ec

#ecd875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd875 Color CSS Codes

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

#ecd875 Text Font Color

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

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


#ecd875 Background Color

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

This div background color is #ecd875


#ecd875 Border Color

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

This div border color is #ecd875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd875


Comments

No comments written yet.

Please login to write comment.