Color Hex Logo

#ecd488 Color Hex

#ECD488
(236,212,136)
0 Favorites   0 Comments

Color spaces of #ecd488

RGB 236212136
HSL0.130.720.73
HSV46°42°93°
CMYK 0.000.100.42   0.07
XYZ62.579566.697432.8681
Yxy66.69740.38590.4113
Hunter Lab81.6685-6.142033.3062
CIE-Lab85.3509-1.878740.5793

#ecd488 color RGB value is (236,212,136).

#ecd488 hex color red value is 236, green value is 212 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ecd488 hue: 0.13 , saturation: 0.72 and the lightness value of ecd488 is 0.73.

The process color (four color CMYK) of #ecd488 color hex is 0.00, 0.10, 0.42, 0.07. Web safe color of #ecd488 is #ffcc99. Color #ecd488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 10001000
Octal 354 324 210
Decimal 236 212 136
Hex EC D4 88

RGB Percentages of Color #ecd488

%40.41
%36.30
%23.29

CMYK Percentages of Color #ecd488

%0
%10
%42
%7

Triadic Colors of #ecd488

#ecd488 #88ecd4 #d488ec

Analogous Colors of #ecd488

#ecd488 #d2ec88 #eca288

Monochromatic Colors of #ecd488

#ecd488

Complementary Color

#ecd488 #88a0ec

#ecd488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd488 Color CSS Codes

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

#ecd488 Text Font Color

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

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


#ecd488 Background Color

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

This div background color is #ecd488


#ecd488 Border Color

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

This div border color is #ecd488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd488


Comments

No comments written yet.

Please login to write comment.