Color Hex Logo

#ecf5ca Color Hex

#ECF5CA
(236,245,202)
0 Favorites   0 Comments

Color spaces of #ecf5ca

RGB 236245202
HSL0.200.680.88
HSV73°18°96°
CMYK 0.040.000.18   0.04
XYZ77.905187.402068.6413
Yxy87.40200.33300.3736
Hunter Lab93.4890-14.860521.9106
CIE-Lab94.9086-10.126019.7318

#ecf5ca color RGB value is (236,245,202).

#ecf5ca hex color red value is 236, green value is 245 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ecf5ca hue: 0.20 , saturation: 0.68 and the lightness value of ecf5ca is 0.88.

The process color (four color CMYK) of #ecf5ca color hex is 0.04, 0.00, 0.18, 0.04. Web safe color of #ecf5ca is #ffffcc. Color #ecf5ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110101 11001010
Octal 354 365 312
Decimal 236 245 202
Hex EC F5 CA

RGB Percentages of Color #ecf5ca

%34.55
%35.87
%29.58

CMYK Percentages of Color #ecf5ca

%4
%0
%18
%4

Triadic Colors of #ecf5ca

#ecf5ca #caecf5 #f5caec

Analogous Colors of #ecf5ca

#ecf5ca #d7f5ca #f5e9ca

Monochromatic Colors of #ecf5ca

#ecf5ca

Complementary Color

#ecf5ca #d3caf5

#ecf5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf5ca Color CSS Codes

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

#ecf5ca Text Font Color

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

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


#ecf5ca Background Color

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

This div background color is #ecf5ca


#ecf5ca Border Color

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

This div border color is #ecf5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf5ca


Comments

No comments written yet.

Please login to write comment.