Color Hex Logo

#ecdf2d Color Hex

#ECDF2D
(236,223,45)
0 Favorites   0 Comments

Color spaces of #ecdf2d

RGB 23622345
HSL0.160.830.55
HSV56°81°93°
CMYK 0.000.060.81   0.07
XYZ61.453470.797712.9090
Yxy70.79770.42330.4877
Hunter Lab84.1414-16.878349.8027
CIE-Lab87.3866-13.278380.0009

#ecdf2d color RGB value is (236,223,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 00101101
Octal 354 337 55
Decimal 236 223 45
Hex EC DF 2D

RGB Percentages of Color #ecdf2d

%46.83
%44.25
%8.93

CMYK Percentages of Color #ecdf2d

%0
%6
%81
%7

Triadic Colors of #ecdf2d

#ecdf2d #2decdf #df2dec

Analogous Colors of #ecdf2d

#ecdf2d #9aec2d #ec802d

Monochromatic Colors of #ecdf2d

#ecdf2d

Complementary Color

#ecdf2d #2d3aec

#ecdf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf2d Color CSS Codes

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

#ecdf2d Text Font Color

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

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


#ecdf2d Background Color

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

This div background color is #ecdf2d


#ecdf2d Border Color

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

This div border color is #ecdf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf2d


Comments

No comments written yet.

Please login to write comment.