Color Hex Logo

#ecd795 Color Hex

#ECD795
(236,215,149)
0 Favorites   0 Comments

Color spaces of #ecd795

RGB 236215149
HSL0.130.700.75
HSV46°37°93°
CMYK 0.000.090.37   0.07
XYZ64.317368.603738.2857
Yxy68.60370.37570.4007
Hunter Lab82.8274-6.338630.5732
CIE-Lab86.3074-2.012035.2287

#ecd795 color RGB value is (236,215,149).

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

The process color (four color CMYK) of #ecd795 color hex is 0.00, 0.09, 0.37, 0.07. Web safe color of #ecd795 is #ffcc99. Color #ecd795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 10010101
Octal 354 327 225
Decimal 236 215 149
Hex EC D7 95

RGB Percentages of Color #ecd795

%39.33
%35.83
%24.83

CMYK Percentages of Color #ecd795

%0
%9
%37
%7

Triadic Colors of #ecd795

#ecd795 #95ecd7 #d795ec

Analogous Colors of #ecd795

#ecd795 #d6ec95 #ecac95

Monochromatic Colors of #ecd795

#ecd795

Complementary Color

#ecd795 #95aaec

#ecd795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd795 Color CSS Codes

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

#ecd795 Text Font Color

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

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


#ecd795 Background Color

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

This div background color is #ecd795


#ecd795 Border Color

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

This div border color is #ecd795


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,215,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 #ecd795">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd795


Comments

No comments written yet.

Please login to write comment.