Color Hex Logo

#ecbf6c Color Hex

#ECBF6C
(236,191,108)
0 Favorites   0 Comments

Color spaces of #ecbf6c

RGB 236191108
HSL0.110.770.67
HSV39°54°93°
CMYK 0.000.190.54   0.07
XYZ55.929656.177222.0828
Yxy56.17720.41680.4186
Hunter Lab74.95152.033634.9975
CIE-Lab79.71466.428047.5188

#ecbf6c color RGB value is (236,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 01101100
Octal 354 277 154
Decimal 236 191 108
Hex EC BF 6C

RGB Percentages of Color #ecbf6c

%44.11
%35.70
%20.19

CMYK Percentages of Color #ecbf6c

%0
%19
%54
%7

Triadic Colors of #ecbf6c

#ecbf6c #6cecbf #bf6cec

Analogous Colors of #ecbf6c

#ecbf6c #d9ec6c #ec7f6c

Monochromatic Colors of #ecbf6c

#ecbf6c

Complementary Color

#ecbf6c #6c99ec

#ecbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf6c Color CSS Codes

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

#ecbf6c Text Font Color

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

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


#ecbf6c Background Color

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

This div background color is #ecbf6c


#ecbf6c Border Color

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

This div border color is #ecbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf6c


Comments

No comments written yet.

Please login to write comment.