Color Hex Logo

#ecd468 Color Hex

#ECD468
(236,212,104)
0 Favorites   0 Comments

Color spaces of #ecd468

RGB 236212104
HSL0.140.780.67
HSV49°56°93°
CMYK 0.000.100.56   0.07
XYZ60.634265.919322.6246
Yxy65.91930.40650.4419
Hunter Lab81.1907-8.777840.3117
CIE-Lab84.9552-4.727955.6012

#ecd468 color RGB value is (236,212,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 01101000
Octal 354 324 150
Decimal 236 212 104
Hex EC D4 68

RGB Percentages of Color #ecd468

%42.75
%38.41
%18.84

CMYK Percentages of Color #ecd468

%0
%10
%56
%7

Triadic Colors of #ecd468

#ecd468 #68ecd4 #d468ec

Analogous Colors of #ecd468

#ecd468 #c2ec68 #ec9268

Monochromatic Colors of #ecd468

#ecd468

Complementary Color

#ecd468 #6880ec

#ecd468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd468 Color CSS Codes

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

#ecd468 Text Font Color

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

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


#ecd468 Background Color

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

This div background color is #ecd468


#ecd468 Border Color

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

This div border color is #ecd468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd468


Comments

No comments written yet.

Please login to write comment.