Color Hex Logo

#ecdf15 Color Hex

#ECDF15
(236,223,21)
0 Favorites   0 Comments

Color spaces of #ecdf15

RGB 23622321
HSL0.160.850.50
HSV56°91°93°
CMYK 0.000.060.91   0.07
XYZ61.115170.662411.1276
Yxy70.66240.42770.4945
Hunter Lab84.0609-17.331250.9941
CIE-Lab87.3207-13.789184.6323

#ecdf15 color RGB value is (236,223,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 00010101
Octal 354 337 25
Decimal 236 223 21
Hex EC DF 15

RGB Percentages of Color #ecdf15

%49.17
%46.46
%4.38

CMYK Percentages of Color #ecdf15

%0
%6
%91
%7

Triadic Colors of #ecdf15

#ecdf15 #15ecdf #df15ec

Analogous Colors of #ecdf15

#ecdf15 #8eec15 #ec7415

Monochromatic Colors of #ecdf15

#ecdf15

Complementary Color

#ecdf15 #1522ec

#ecdf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf15 Color CSS Codes

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

#ecdf15 Text Font Color

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

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


#ecdf15 Background Color

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

This div background color is #ecdf15


#ecdf15 Border Color

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

This div border color is #ecdf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf15


Comments

No comments written yet.

Please login to write comment.