Color Hex Logo

#ecbb5d Color Hex

#ECBB5D
(236,187,93)
0 Favorites   0 Comments

Color spaces of #ecbb5d

RGB 23618793
HSL0.110.790.65
HSV39°61°93°
CMYK 0.000.210.61   0.07
XYZ54.338254.163817.9467
Yxy54.16380.42970.4283
Hunter Lab73.59612.998937.0591
CIE-Lab78.55717.404653.3721

#ecbb5d color RGB value is (236,187,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 01011101
Octal 354 273 135
Decimal 236 187 93
Hex EC BB 5D

RGB Percentages of Color #ecbb5d

%45.74
%36.24
%18.02

CMYK Percentages of Color #ecbb5d

%0
%21
%61
%7

Triadic Colors of #ecbb5d

#ecbb5d #5decbb #bb5dec

Analogous Colors of #ecbb5d

#ecbb5d #d6ec5d #ec745d

Monochromatic Colors of #ecbb5d

#ecbb5d

Complementary Color

#ecbb5d #5d8eec

#ecbb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb5d Color CSS Codes

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

#ecbb5d Text Font Color

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

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


#ecbb5d Background Color

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

This div background color is #ecbb5d


#ecbb5d Border Color

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

This div border color is #ecbb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb5d


Comments

No comments written yet.

Please login to write comment.