Color Hex Logo

#ecf5bf Color Hex

#ECF5BF
(236,245,191)
0 Favorites   0 Comments

Color spaces of #ecf5bf

RGB 236245191
HSL0.190.730.85
HSV70°22°96°
CMYK 0.040.000.22   0.04
XYZ76.648486.899362.0236
Yxy86.89930.33980.3852
Hunter Lab93.2198-16.366025.8054
CIE-Lab94.6955-11.737525.0628

#ecf5bf color RGB value is (236,245,191).

#ecf5bf hex color red value is 236, green value is 245 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ecf5bf hue: 0.19 , saturation: 0.73 and the lightness value of ecf5bf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110101 10111111
Octal 354 365 277
Decimal 236 245 191
Hex EC F5 BF

RGB Percentages of Color #ecf5bf

%35.12
%36.46
%28.42

CMYK Percentages of Color #ecf5bf

%4
%0
%22
%4

Triadic Colors of #ecf5bf

#ecf5bf #bfecf5 #f5bfec

Analogous Colors of #ecf5bf

#ecf5bf #d1f5bf #f5e3bf

Monochromatic Colors of #ecf5bf

#ecf5bf

Complementary Color

#ecf5bf #c8bff5

#ecf5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf5bf Color CSS Codes

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

#ecf5bf Text Font Color

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

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


#ecf5bf Background Color

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

This div background color is #ecf5bf


#ecf5bf Border Color

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

This div border color is #ecf5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf5bf


Comments

No comments written yet.

Please login to write comment.