Color Hex Logo

#ecb870 Color Hex

#ECB870
(236,184,112)
0 Favorites   0 Comments

Color spaces of #ecb870

RGB 236184112
HSL0.100.770.68
HSV35°53°93°
CMYK 0.000.220.53   0.07
XYZ54.657253.283722.7333
Yxy53.28370.41830.4078
Hunter Lab72.99575.913532.6321
CIE-Lab78.042210.434743.4927

#ecb870 color RGB value is (236,184,112).

#ecb870 hex color red value is 236, green value is 184 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecb870 hue: 0.10 , saturation: 0.77 and the lightness value of ecb870 is 0.68.

The process color (four color CMYK) of #ecb870 color hex is 0.00, 0.22, 0.53, 0.07. Web safe color of #ecb870 is #ffcc66. Color #ecb870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 01110000
Octal 354 270 160
Decimal 236 184 112
Hex EC B8 70

RGB Percentages of Color #ecb870

%44.36
%34.59
%21.05

CMYK Percentages of Color #ecb870

%0
%22
%53
%7

Triadic Colors of #ecb870

#ecb870 #70ecb8 #b870ec

Analogous Colors of #ecb870

#ecb870 #e2ec70 #ec7a70

Monochromatic Colors of #ecb870

#ecb870

Complementary Color

#ecb870 #70a4ec

#ecb870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb870 Color CSS Codes

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

#ecb870 Text Font Color

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

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


#ecb870 Background Color

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

This div background color is #ecb870


#ecb870 Border Color

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

This div border color is #ecb870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb870


Comments

No comments written yet.

Please login to write comment.