Color Hex Logo

#ecd278 Color Hex

#ECD278
(236,210,120)
0 Favorites   0 Comments

Color spaces of #ecd278

RGB 236210120
HSL0.130.750.70
HSV47°49°93°
CMYK 0.000.110.49   0.07
XYZ61.028865.282127.1534
Yxy65.28210.39770.4254
Hunter Lab80.7973-6.568636.6327
CIE-Lab84.6289-2.389647.6100

#ecd278 color RGB value is (236,210,120).

#ecd278 hex color red value is 236, green value is 210 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ecd278 hue: 0.13 , saturation: 0.75 and the lightness value of ecd278 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01111000
Octal 354 322 170
Decimal 236 210 120
Hex EC D2 78

RGB Percentages of Color #ecd278

%41.70
%37.10
%21.20

CMYK Percentages of Color #ecd278

%0
%11
%49
%7

Triadic Colors of #ecd278

#ecd278 #78ecd2 #d278ec

Analogous Colors of #ecd278

#ecd278 #ccec78 #ec9878

Monochromatic Colors of #ecd278

#ecd278

Complementary Color

#ecd278 #7892ec

#ecd278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd278 Color CSS Codes

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

#ecd278 Text Font Color

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

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


#ecd278 Background Color

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

This div background color is #ecd278


#ecd278 Border Color

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

This div border color is #ecd278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd278


Comments

No comments written yet.

Please login to write comment.