Color Hex Logo

#ecbd7a Color Hex

#ECBD7A
(236,189,122)
0 Favorites   0 Comments

Color spaces of #ecbd7a

RGB 236189122
HSL0.100.750.70
HSV35°48°93°
CMYK 0.000.200.48   0.07
XYZ56.302555.633226.1832
Yxy55.63320.40760.4028
Hunter Lab74.58774.212331.3982
CIE-Lab79.40468.693140.1202

#ecbd7a color RGB value is (236,189,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 01111010
Octal 354 275 172
Decimal 236 189 122
Hex EC BD 7A

RGB Percentages of Color #ecbd7a

%43.14
%34.55
%22.30

CMYK Percentages of Color #ecbd7a

%0
%20
%48
%7

Triadic Colors of #ecbd7a

#ecbd7a #7aecbd #bd7aec

Analogous Colors of #ecbd7a

#ecbd7a #e2ec7a #ec847a

Monochromatic Colors of #ecbd7a

#ecbd7a

Complementary Color

#ecbd7a #7aa9ec

#ecbd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd7a Color CSS Codes

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

#ecbd7a Text Font Color

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

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


#ecbd7a Background Color

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

This div background color is #ecbd7a


#ecbd7a Border Color

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

This div border color is #ecbd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd7a


Comments

No comments written yet.

Please login to write comment.