Color Hex Logo

#ecdf14 Color Hex

#ECDF14
(236,223,20)
0 Favorites   0 Comments

Color spaces of #ecdf14

RGB 23622320
HSL0.160.850.50
HSV56°92°93°
CMYK 0.000.060.92   0.07
XYZ61.106070.658711.0797
Yxy70.65870.42780.4947
Hunter Lab84.0587-17.343251.0262
CIE-Lab87.3189-13.802784.7635

#ecdf14 color RGB value is (236,223,20).

#ecdf14 hex color red value is 236, green value is 223 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ecdf14 hue: 0.16 , saturation: 0.85 and the lightness value of ecdf14 is 0.50.

The process color (four color CMYK) of #ecdf14 color hex is 0.00, 0.06, 0.92, 0.07. Web safe color of #ecdf14 is #ffcc00. Color #ecdf14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 00010100
Octal 354 337 24
Decimal 236 223 20
Hex EC DF 14

RGB Percentages of Color #ecdf14

%49.27
%46.56
%4.18

CMYK Percentages of Color #ecdf14

%0
%6
%92
%7

Triadic Colors of #ecdf14

#ecdf14 #14ecdf #df14ec

Analogous Colors of #ecdf14

#ecdf14 #8dec14 #ec7314

Monochromatic Colors of #ecdf14

#ecdf14

Complementary Color

#ecdf14 #1421ec

#ecdf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf14 Color CSS Codes

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

#ecdf14 Text Font Color

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

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


#ecdf14 Background Color

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

This div background color is #ecdf14


#ecdf14 Border Color

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

This div border color is #ecdf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf14


Comments

No comments written yet.

Please login to write comment.