Color Hex Logo

#ece95f Color Hex

#ECE95F
(236,233,95)
0 Favorites   0 Comments

Color spaces of #ece95f

RGB 23623395
HSL0.160.790.65
HSV59°60°93°
CMYK 0.000.010.60   0.07
XYZ65.796576.936922.2089
Yxy76.93690.39890.4664
Hunter Lab87.7137-19.601146.3875
CIE-Lab90.2926-15.849665.5334

#ece95f color RGB value is (236,233,95).

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

The process color (four color CMYK) of #ece95f color hex is 0.00, 0.01, 0.60, 0.07. Web safe color of #ece95f is #ffff66. Color #ece95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101001 01011111
Octal 354 351 137
Decimal 236 233 95
Hex EC E9 5F

RGB Percentages of Color #ece95f

%41.84
%41.31
%16.84

CMYK Percentages of Color #ece95f

%0
%1
%60
%7

Triadic Colors of #ece95f

#ece95f #5fece9 #e95fec

Analogous Colors of #ece95f

#ece95f #a9ec5f #eca35f

Monochromatic Colors of #ece95f

#ece95f

Complementary Color

#ece95f #5f62ec

#ece95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece95f Color CSS Codes

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

#ece95f Text Font Color

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

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


#ece95f Background Color

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

This div background color is #ece95f


#ece95f Border Color

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

This div border color is #ece95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece95f


Comments

No comments written yet.

Please login to write comment.