Color Hex Logo

#ecd725 Color Hex

#ECD725
(236,215,37)
0 Favorites   0 Comments

Color spaces of #ecd725

RGB 23621537
HSL0.150.840.54
HSV54°84°93°
CMYK 0.000.090.84   0.07
XYZ59.226466.567311.4775
Yxy66.56730.43150.4849
Hunter Lab81.5888-13.204848.7715
CIE-Lab85.2850-9.506580.1523

#ecd725 color RGB value is (236,215,37).

#ecd725 hex color red value is 236, green value is 215 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ecd725 hue: 0.15 , saturation: 0.84 and the lightness value of ecd725 is 0.54.

The process color (four color CMYK) of #ecd725 color hex is 0.00, 0.09, 0.84, 0.07. Web safe color of #ecd725 is #ffcc33. Color #ecd725 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 00100101
Octal 354 327 45
Decimal 236 215 37
Hex EC D7 25

RGB Percentages of Color #ecd725

%48.36
%44.06
%7.58

CMYK Percentages of Color #ecd725

%0
%9
%84
%7

Triadic Colors of #ecd725

#ecd725 #25ecd7 #d725ec

Analogous Colors of #ecd725

#ecd725 #9eec25 #ec7425

Monochromatic Colors of #ecd725

#ecd725

Complementary Color

#ecd725 #253aec

#ecd725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd725 Color CSS Codes

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

#ecd725 Text Font Color

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

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


#ecd725 Background Color

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

This div background color is #ecd725


#ecd725 Border Color

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

This div border color is #ecd725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd725


Comments

No comments written yet.

Please login to write comment.