Color Hex Logo

#ecd235 Color Hex

#ECD235
(236,210,53)
0 Favorites   0 Comments

Color spaces of #ecd235

RGB 23621053
HSL0.140.830.57
HSV51°78°93°
CMYK 0.000.110.78   0.07
XYZ58.281364.183112.6850
Yxy64.18310.43120.4749
Hunter Lab80.1144-10.345646.6923
CIE-Lab84.0610-6.514674.8387

#ecd235 color RGB value is (236,210,53).

#ecd235 hex color red value is 236, green value is 210 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ecd235 hue: 0.14 , saturation: 0.83 and the lightness value of ecd235 is 0.57.

The process color (four color CMYK) of #ecd235 color hex is 0.00, 0.11, 0.78, 0.07. Web safe color of #ecd235 is #ffcc33. Color #ecd235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 00110101
Octal 354 322 65
Decimal 236 210 53
Hex EC D2 35

RGB Percentages of Color #ecd235

%47.29
%42.08
%10.62

CMYK Percentages of Color #ecd235

%0
%11
%78
%7

Triadic Colors of #ecd235

#ecd235 #35ecd2 #d235ec

Analogous Colors of #ecd235

#ecd235 #abec35 #ec7735

Monochromatic Colors of #ecd235

#ecd235

Complementary Color

#ecd235 #354fec

#ecd235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd235 Color CSS Codes

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

#ecd235 Text Font Color

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

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


#ecd235 Background Color

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

This div background color is #ecd235


#ecd235 Border Color

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

This div border color is #ecd235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd235


Comments

No comments written yet.

Please login to write comment.