Color Hex Logo

#ecd44d Color Hex

#ECD44D
(236,212,77)
0 Favorites   0 Comments

Color spaces of #ecd44d

RGB 23621277
HSL0.140.810.61
HSV51°67°93°
CMYK 0.000.100.67   0.07
XYZ59.475165.455716.5207
Yxy65.45570.42050.4627
Hunter Lab80.9047-10.363344.5263
CIE-Lab84.7180-6.465866.9792

#ecd44d color RGB value is (236,212,77).

#ecd44d hex color red value is 236, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ecd44d hue: 0.14 , saturation: 0.81 and the lightness value of ecd44d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 01001101
Octal 354 324 115
Decimal 236 212 77
Hex EC D4 4D

RGB Percentages of Color #ecd44d

%44.95
%40.38
%14.67

CMYK Percentages of Color #ecd44d

%0
%10
%67
%7

Triadic Colors of #ecd44d

#ecd44d #4decd4 #d44dec

Analogous Colors of #ecd44d

#ecd44d #b5ec4d #ec854d

Monochromatic Colors of #ecd44d

#ecd44d

Complementary Color

#ecd44d #4d65ec

#ecd44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd44d Color CSS Codes

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

#ecd44d Text Font Color

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

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


#ecd44d Background Color

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

This div background color is #ecd44d


#ecd44d Border Color

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

This div border color is #ecd44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd44d


Comments

No comments written yet.

Please login to write comment.