Color Hex Logo

#ecbf5e Color Hex

#ECBF5E
(236,191,94)
0 Favorites   0 Comments

Color spaces of #ecbf5e

RGB 23619194
HSL0.110.790.65
HSV41°60°93°
CMYK 0.000.190.60   0.07
XYZ55.243355.902618.4683
Yxy55.90260.42620.4313
Hunter Lab74.76801.042937.6925
CIE-Lab79.55845.380554.0461

#ecbf5e color RGB value is (236,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 01011110
Octal 354 277 136
Decimal 236 191 94
Hex EC BF 5E

RGB Percentages of Color #ecbf5e

%45.30
%36.66
%18.04

CMYK Percentages of Color #ecbf5e

%0
%19
%60
%7

Triadic Colors of #ecbf5e

#ecbf5e #5eecbf #bf5eec

Analogous Colors of #ecbf5e

#ecbf5e #d2ec5e #ec785e

Monochromatic Colors of #ecbf5e

#ecbf5e

Complementary Color

#ecbf5e #5e8bec

#ecbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf5e Color CSS Codes

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

#ecbf5e Text Font Color

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

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


#ecbf5e Background Color

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

This div background color is #ecbf5e


#ecbf5e Border Color

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

This div border color is #ecbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf5e


Comments

No comments written yet.

Please login to write comment.