Color Hex Logo

#ecdf2f Color Hex

#ECDF2F
(236,223,47)
0 Favorites   0 Comments

Color spaces of #ecdf2f

RGB 23622347
HSL0.160.830.55
HSV56°80°93°
CMYK 0.000.060.80   0.07
XYZ61.492870.813513.1167
Yxy70.81350.42290.4869
Hunter Lab84.1508-16.825749.6639
CIE-Lab87.3943-13.219179.4901

#ecdf2f color RGB value is (236,223,47).

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

The process color (four color CMYK) of #ecdf2f color hex is 0.00, 0.06, 0.80, 0.07. Web safe color of #ecdf2f is #ffcc33. Color #ecdf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 00101111
Octal 354 337 57
Decimal 236 223 47
Hex EC DF 2F

RGB Percentages of Color #ecdf2f

%46.64
%44.07
%9.29

CMYK Percentages of Color #ecdf2f

%0
%6
%80
%7

Triadic Colors of #ecdf2f

#ecdf2f #2fecdf #df2fec

Analogous Colors of #ecdf2f

#ecdf2f #9bec2f #ec812f

Monochromatic Colors of #ecdf2f

#ecdf2f

Complementary Color

#ecdf2f #2f3cec

#ecdf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf2f Color CSS Codes

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

#ecdf2f Text Font Color

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

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


#ecdf2f Background Color

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

This div background color is #ecdf2f


#ecdf2f Border Color

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

This div border color is #ecdf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf2f


Comments

No comments written yet.

Please login to write comment.