Color Hex Logo

#ecdc75 Color Hex

#ECDC75
(236,220,117)
0 Favorites   0 Comments

Color spaces of #ecdc75

RGB 236220117
HSL0.140.760.69
HSV52°50°93°
CMYK 0.000.070.50   0.07
XYZ63.396270.303627.0582
Yxy70.30360.39440.4373
Hunter Lab83.8472-11.770339.5597
CIE-Lab87.1456-7.730252.0963

#ecdc75 color RGB value is (236,220,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 01110101
Octal 354 334 165
Decimal 236 220 117
Hex EC DC 75

RGB Percentages of Color #ecdc75

%41.19
%38.39
%20.42

CMYK Percentages of Color #ecdc75

%0
%7
%50
%7

Triadic Colors of #ecdc75

#ecdc75 #75ecdc #dc75ec

Analogous Colors of #ecdc75

#ecdc75 #c1ec75 #eca175

Monochromatic Colors of #ecdc75

#ecdc75

Complementary Color

#ecdc75 #7585ec

#ecdc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc75 Color CSS Codes

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

#ecdc75 Text Font Color

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

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


#ecdc75 Background Color

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

This div background color is #ecdc75


#ecdc75 Border Color

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

This div border color is #ecdc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc75


Comments

No comments written yet.

Please login to write comment.