Color Hex Logo

#ecdf70 Color Hex

#ECDF70
(236,223,112)
0 Favorites   0 Comments

Color spaces of #ecdf70

RGB 236223112
HSL0.150.770.68
HSV54°53°93°
CMYK 0.000.060.53   0.07
XYZ63.904471.778125.8157
Yxy71.77810.39570.4445
Hunter Lab84.7220-13.623841.2391
CIE-Lab87.8617-9.652755.2859

#ecdf70 color RGB value is (236,223,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 01110000
Octal 354 337 160
Decimal 236 223 112
Hex EC DF 70

RGB Percentages of Color #ecdf70

%41.33
%39.05
%19.61

CMYK Percentages of Color #ecdf70

%0
%6
%53
%7

Triadic Colors of #ecdf70

#ecdf70 #70ecdf #df70ec

Analogous Colors of #ecdf70

#ecdf70 #bbec70 #eca170

Monochromatic Colors of #ecdf70

#ecdf70

Complementary Color

#ecdf70 #707dec

#ecdf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf70 Color CSS Codes

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

#ecdf70 Text Font Color

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

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


#ecdf70 Background Color

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

This div background color is #ecdf70


#ecdf70 Border Color

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

This div border color is #ecdf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf70


Comments

No comments written yet.

Please login to write comment.