Color Hex Logo

#ece955 Color Hex

#ECE955
(236,233,85)
0 Favorites   0 Comments

Color spaces of #ece955

RGB 23623385
HSL0.160.800.63
HSV59°64°93°
CMYK 0.000.010.64   0.07
XYZ65.370776.766619.9664
Yxy76.76660.40330.4736
Hunter Lab87.6166-20.150147.8204
CIE-Lab90.2141-16.467569.5020

#ece955 color RGB value is (236,233,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101001 01010101
Octal 354 351 125
Decimal 236 233 85
Hex EC E9 55

RGB Percentages of Color #ece955

%42.60
%42.06
%15.34

CMYK Percentages of Color #ece955

%0
%1
%64
%7

Triadic Colors of #ece955

#ece955 #55ece9 #e955ec

Analogous Colors of #ece955

#ece955 #a4ec55 #ec9e55

Monochromatic Colors of #ece955

#ece955

Complementary Color

#ece955 #5558ec

#ece955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece955 Color CSS Codes

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

#ece955 Text Font Color

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

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


#ece955 Background Color

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

This div background color is #ece955


#ece955 Border Color

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

This div border color is #ece955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece955


Comments

No comments written yet.

Please login to write comment.