Color Hex Logo

#ecf2bd Color Hex

#ECF2BD
(236,242,189)
0 Favorites   0 Comments

Color spaces of #ecf2bd

RGB 236242189
HSL0.190.670.85
HSV67°22°95°
CMYK 0.020.000.22   0.05
XYZ75.529585.011360.5721
Yxy85.01130.34160.3845
Hunter Lab92.2016-15.129525.5904
CIE-Lab93.8880-10.532424.9741

#ecf2bd color RGB value is (236,242,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110010 10111101
Octal 354 362 275
Decimal 236 242 189
Hex EC F2 BD

RGB Percentages of Color #ecf2bd

%35.38
%36.28
%28.34

CMYK Percentages of Color #ecf2bd

%2
%0
%22
%5

Triadic Colors of #ecf2bd

#ecf2bd #bdecf2 #f2bdec

Analogous Colors of #ecf2bd

#ecf2bd #d2f2bd #f2debd

Monochromatic Colors of #ecf2bd

#ecf2bd

Complementary Color

#ecf2bd #c3bdf2

#ecf2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf2bd Color CSS Codes

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

#ecf2bd Text Font Color

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

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


#ecf2bd Background Color

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

This div background color is #ecf2bd


#ecf2bd Border Color

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

This div border color is #ecf2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf2bd


Comments

No comments written yet.

Please login to write comment.