Color Hex Logo

#ecbd5c Color Hex

#ECBD5C
(236,189,92)
0 Favorites   0 Comments

Color spaces of #ecbd5c

RGB 23618992
HSL0.110.790.64
HSV40°61°93°
CMYK 0.000.200.61   0.07
XYZ54.721455.000817.8573
Yxy55.00080.42890.4311
Hunter Lab74.16251.923237.6376
CIE-Lab79.04176.289154.3900

#ecbd5c color RGB value is (236,189,92).

#ecbd5c hex color red value is 236, green value is 189 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ecbd5c hue: 0.11 , saturation: 0.79 and the lightness value of ecbd5c is 0.64.

The process color (four color CMYK) of #ecbd5c color hex is 0.00, 0.20, 0.61, 0.07. Web safe color of #ecbd5c is #ffcc66. Color #ecbd5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 01011100
Octal 354 275 134
Decimal 236 189 92
Hex EC BD 5C

RGB Percentages of Color #ecbd5c

%45.65
%36.56
%17.79

CMYK Percentages of Color #ecbd5c

%0
%20
%61
%7

Triadic Colors of #ecbd5c

#ecbd5c #5cecbd #bd5cec

Analogous Colors of #ecbd5c

#ecbd5c #d3ec5c #ec755c

Monochromatic Colors of #ecbd5c

#ecbd5c

Complementary Color

#ecbd5c #5c8bec

#ecbd5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd5c Color CSS Codes

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

#ecbd5c Text Font Color

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

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


#ecbd5c Background Color

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

This div background color is #ecbd5c


#ecbd5c Border Color

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

This div border color is #ecbd5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd5c


Comments

No comments written yet.

Please login to write comment.