Color Hex Logo

#ecd748 Color Hex

#ECD748
(236,215,72)
0 Favorites   0 Comments

Color spaces of #ecd748

RGB 23621572
HSL0.150.810.60
HSV52°69°93°
CMYK 0.000.090.69   0.07
XYZ60.062266.901615.8786
Yxy66.90160.42050.4684
Hunter Lab81.7934-12.063045.7454
CIE-Lab85.4542-8.236569.6488

#ecd748 color RGB value is (236,215,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 01001000
Octal 354 327 110
Decimal 236 215 72
Hex EC D7 48

RGB Percentages of Color #ecd748

%45.12
%41.11
%13.77

CMYK Percentages of Color #ecd748

%0
%9
%69
%7

Triadic Colors of #ecd748

#ecd748 #48ecd7 #d748ec

Analogous Colors of #ecd748

#ecd748 #afec48 #ec8548

Monochromatic Colors of #ecd748

#ecd748

Complementary Color

#ecd748 #485dec

#ecd748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd748 Color CSS Codes

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

#ecd748 Text Font Color

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

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


#ecd748 Background Color

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

This div background color is #ecd748


#ecd748 Border Color

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

This div border color is #ecd748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd748


Comments

No comments written yet.

Please login to write comment.