Color Hex Logo

#ece695 Color Hex

#ECE695
(236,230,149)
0 Favorites   0 Comments

Color spaces of #ece695

RGB 236230149
HSL0.160.700.75
HSV56°37°93°
CMYK 0.000.030.37   0.07
XYZ68.313776.596439.6178
Yxy76.59640.37020.4151
Hunter Lab87.5194-13.829834.4245
CIE-Lab90.1355-9.602640.2103

#ece695 color RGB value is (236,230,149).

#ece695 hex color red value is 236, green value is 230 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ece695 hue: 0.16 , saturation: 0.70 and the lightness value of ece695 is 0.75.

The process color (four color CMYK) of #ece695 color hex is 0.00, 0.03, 0.37, 0.07. Web safe color of #ece695 is #ffff99. Color #ece695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100110 10010101
Octal 354 346 225
Decimal 236 230 149
Hex EC E6 95

RGB Percentages of Color #ece695

%38.37
%37.40
%24.23

CMYK Percentages of Color #ece695

%0
%3
%37
%7

Triadic Colors of #ece695

#ece695 #95ece6 #e695ec

Analogous Colors of #ece695

#ece695 #c7ec95 #ecbb95

Monochromatic Colors of #ece695

#ece695

Complementary Color

#ece695 #959bec

#ece695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece695 Color CSS Codes

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

#ece695 Text Font Color

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

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


#ece695 Background Color

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

This div background color is #ece695


#ece695 Border Color

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

This div border color is #ece695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece695


Comments

No comments written yet.

Please login to write comment.