Color Hex Logo

#ecb552 Color Hex

#ECB552
(236,181,82)
0 Favorites   0 Comments

Color spaces of #ecb552

RGB 23618182
HSL0.110.800.62
HSV39°65°93°
CMYK 0.000.230.65   0.07
XYZ52.638951.489815.1468
Yxy51.48980.44130.4317
Hunter Lab71.75645.370037.7142
CIE-Lab76.97489.853556.6718

#ecb552 color RGB value is (236,181,82).

#ecb552 hex color red value is 236, green value is 181 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ecb552 hue: 0.11 , saturation: 0.80 and the lightness value of ecb552 is 0.62.

The process color (four color CMYK) of #ecb552 color hex is 0.00, 0.23, 0.65, 0.07. Web safe color of #ecb552 is #ffcc66. Color #ecb552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 01010010
Octal 354 265 122
Decimal 236 181 82
Hex EC B5 52

RGB Percentages of Color #ecb552

%47.29
%36.27
%16.43

CMYK Percentages of Color #ecb552

%0
%23
%65
%7

Triadic Colors of #ecb552

#ecb552 #52ecb5 #b552ec

Analogous Colors of #ecb552

#ecb552 #d6ec52 #ec6852

Monochromatic Colors of #ecb552

#ecb552

Complementary Color

#ecb552 #5289ec

#ecb552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb552 Color CSS Codes

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

#ecb552 Text Font Color

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

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


#ecb552 Background Color

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

This div background color is #ecb552


#ecb552 Border Color

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

This div border color is #ecb552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb552


Comments

No comments written yet.

Please login to write comment.