Color Hex Logo

#ecbd7b Color Hex

#ECBD7B
(236,189,123)
0 Favorites   0 Comments

Color spaces of #ecbd7b

RGB 236189123
HSL0.100.750.70
HSV35°48°93°
CMYK 0.000.200.48   0.07
XYZ56.364855.658126.5112
Yxy55.65810.40690.4018
Hunter Lab74.60444.302031.1539
CIE-Lab79.41888.786639.6275

#ecbd7b color RGB value is (236,189,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 01111011
Octal 354 275 173
Decimal 236 189 123
Hex EC BD 7B

RGB Percentages of Color #ecbd7b

%43.07
%34.49
%22.45

CMYK Percentages of Color #ecbd7b

%0
%20
%48
%7

Triadic Colors of #ecbd7b

#ecbd7b #7becbd #bd7bec

Analogous Colors of #ecbd7b

#ecbd7b #e3ec7b #ec857b

Monochromatic Colors of #ecbd7b

#ecbd7b

Complementary Color

#ecbd7b #7baaec

#ecbd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd7b Color CSS Codes

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

#ecbd7b Text Font Color

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

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


#ecbd7b Background Color

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

This div background color is #ecbd7b


#ecbd7b Border Color

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

This div border color is #ecbd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd7b

#ecbd7b Color Palettes


Comments

No comments written yet.

Please login to write comment.