Color Hex Logo

#ecbd6d Color Hex

#ECBD6D
(236,189,109)
0 Favorites   0 Comments

Color spaces of #ecbd6d

RGB 236189109
HSL0.100.770.68
HSV38°54°93°
CMYK 0.000.200.54   0.07
XYZ55.550055.332222.2204
Yxy55.33220.41730.4157
Hunter Lab74.38563.126134.3589
CIE-Lab79.23227.556946.4436

#ecbd6d color RGB value is (236,189,109).

#ecbd6d hex color red value is 236, green value is 189 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ecbd6d hue: 0.10 , saturation: 0.77 and the lightness value of ecbd6d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 01101101
Octal 354 275 155
Decimal 236 189 109
Hex EC BD 6D

RGB Percentages of Color #ecbd6d

%44.19
%35.39
%20.41

CMYK Percentages of Color #ecbd6d

%0
%20
%54
%7

Triadic Colors of #ecbd6d

#ecbd6d #6decbd #bd6dec

Analogous Colors of #ecbd6d

#ecbd6d #dcec6d #ec7e6d

Monochromatic Colors of #ecbd6d

#ecbd6d

Complementary Color

#ecbd6d #6d9cec

#ecbd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd6d Color CSS Codes

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

#ecbd6d Text Font Color

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

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


#ecbd6d Background Color

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

This div background color is #ecbd6d


#ecbd6d Border Color

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

This div border color is #ecbd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd6d


Comments

No comments written yet.

Please login to write comment.