Color Hex Logo

#ecbe7b Color Hex

#ECBE7B
(236,190,123)
0 Favorites   0 Comments

Color spaces of #ecbe7b

RGB 236190123
HSL0.100.750.70
HSV36°48°93°
CMYK 0.000.190.48   0.07
XYZ56.580756.089826.5832
Yxy56.08980.40630.4028
Hunter Lab74.89313.791331.3803
CIE-Lab79.66498.261739.9388

#ecbe7b color RGB value is (236,190,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 01111011
Octal 354 276 173
Decimal 236 190 123
Hex EC BE 7B

RGB Percentages of Color #ecbe7b

%42.99
%34.61
%22.40

CMYK Percentages of Color #ecbe7b

%0
%19
%48
%7

Triadic Colors of #ecbe7b

#ecbe7b #7becbe #be7bec

Analogous Colors of #ecbe7b

#ecbe7b #e2ec7b #ec867b

Monochromatic Colors of #ecbe7b

#ecbe7b

Complementary Color

#ecbe7b #7ba9ec

#ecbe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe7b Color CSS Codes

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

#ecbe7b Text Font Color

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

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


#ecbe7b Background Color

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

This div background color is #ecbe7b


#ecbe7b Border Color

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

This div border color is #ecbe7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,190,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 #ecbe7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe7b


Comments

No comments written yet.

Please login to write comment.