Color Hex Logo

#ecbe70 Color Hex

#ECBE70
(236,190,112)
0 Favorites   0 Comments

Color spaces of #ecbe70

RGB 236190112
HSL0.100.770.68
HSV38°53°93°
CMYK 0.000.190.53   0.07
XYZ55.930255.829623.1576
Yxy55.82960.41460.4138
Hunter Lab74.71922.855533.9278
CIE-Lab79.51677.282245.3014

#ecbe70 color RGB value is (236,190,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 01110000
Octal 354 276 160
Decimal 236 190 112
Hex EC BE 70

RGB Percentages of Color #ecbe70

%43.87
%35.32
%20.82

CMYK Percentages of Color #ecbe70

%0
%19
%53
%7

Triadic Colors of #ecbe70

#ecbe70 #70ecbe #be70ec

Analogous Colors of #ecbe70

#ecbe70 #dcec70 #ec8070

Monochromatic Colors of #ecbe70

#ecbe70

Complementary Color

#ecbe70 #709eec

#ecbe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe70 Color CSS Codes

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

#ecbe70 Text Font Color

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

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


#ecbe70 Background Color

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

This div background color is #ecbe70


#ecbe70 Border Color

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

This div border color is #ecbe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe70


Comments

No comments written yet.

Please login to write comment.