Color Hex Logo

#ecdb70 Color Hex

#ECDB70
(236,219,112)
0 Favorites   0 Comments

Color spaces of #ecdb70

RGB 236219112
HSL0.140.770.68
HSV52°53°93°
CMYK 0.000.070.53   0.07
XYZ62.848269.665825.4636
Yxy69.66580.39780.4410
Hunter Lab83.4660-11.658840.3382
CIE-Lab86.8327-7.644154.0772

#ecdb70 color RGB value is (236,219,112).

#ecdb70 hex color red value is 236, green value is 219 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecdb70 hue: 0.14 , saturation: 0.77 and the lightness value of ecdb70 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 01110000
Octal 354 333 160
Decimal 236 219 112
Hex EC DB 70

RGB Percentages of Color #ecdb70

%41.62
%38.62
%19.75

CMYK Percentages of Color #ecdb70

%0
%7
%53
%7

Triadic Colors of #ecdb70

#ecdb70 #70ecdb #db70ec

Analogous Colors of #ecdb70

#ecdb70 #bfec70 #ec9d70

Monochromatic Colors of #ecdb70

#ecdb70

Complementary Color

#ecdb70 #7081ec

#ecdb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb70 Color CSS Codes

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

#ecdb70 Text Font Color

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

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


#ecdb70 Background Color

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

This div background color is #ecdb70


#ecdb70 Border Color

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

This div border color is #ecdb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb70


Comments

No comments written yet.

Please login to write comment.