Color Hex Logo

#ecbf70 Color Hex

#ECBF70
(236,191,112)
0 Favorites   0 Comments

Color spaces of #ecbf70

RGB 236191112
HSL0.110.770.68
HSV38°53°93°
CMYK 0.000.190.53   0.07
XYZ56.147556.264323.2300
Yxy56.26430.41390.4148
Hunter Lab75.00952.347434.1449
CIE-Lab79.76406.758345.6034

#ecbf70 color RGB value is (236,191,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 01110000
Octal 354 277 160
Decimal 236 191 112
Hex EC BF 70

RGB Percentages of Color #ecbf70

%43.78
%35.44
%20.78

CMYK Percentages of Color #ecbf70

%0
%19
%53
%7

Triadic Colors of #ecbf70

#ecbf70 #70ecbf #bf70ec

Analogous Colors of #ecbf70

#ecbf70 #dbec70 #ec8170

Monochromatic Colors of #ecbf70

#ecbf70

Complementary Color

#ecbf70 #709dec

#ecbf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf70 Color CSS Codes

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

#ecbf70 Text Font Color

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

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


#ecbf70 Background Color

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

This div background color is #ecbf70


#ecbf70 Border Color

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

This div border color is #ecbf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf70


Comments

No comments written yet.

Please login to write comment.