Color Hex Logo

#ecd455 Color Hex

#ECD455
(236,212,85)
0 Favorites   0 Comments

Color spaces of #ecd455

RGB 23621285
HSL0.140.800.63
HSV50°64°93°
CMYK 0.000.100.64   0.07
XYZ59.775265.575718.1012
Yxy65.57570.41670.4571
Hunter Lab80.9788-9.951743.4321
CIE-Lab84.7795-6.012863.7866

#ecd455 color RGB value is (236,212,85).

#ecd455 hex color red value is 236, green value is 212 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ecd455 hue: 0.14 , saturation: 0.80 and the lightness value of ecd455 is 0.63.

The process color (four color CMYK) of #ecd455 color hex is 0.00, 0.10, 0.64, 0.07. Web safe color of #ecd455 is #ffcc66. Color #ecd455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 01010101
Octal 354 324 125
Decimal 236 212 85
Hex EC D4 55

RGB Percentages of Color #ecd455

%44.28
%39.77
%15.95

CMYK Percentages of Color #ecd455

%0
%10
%64
%7

Triadic Colors of #ecd455

#ecd455 #55ecd4 #d455ec

Analogous Colors of #ecd455

#ecd455 #b9ec55 #ec8955

Monochromatic Colors of #ecd455

#ecd455

Complementary Color

#ecd455 #556dec

#ecd455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd455 Color CSS Codes

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

#ecd455 Text Font Color

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

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


#ecd455 Background Color

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

This div background color is #ecd455


#ecd455 Border Color

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

This div border color is #ecd455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd455


Comments

No comments written yet.

Please login to write comment.