Color Hex Logo

#ffecf0 Color Hex

#FFECF0
(255,236,240)
2 Favorites   0 Comments

Color spaces of #ffecf0

RGB 255236240
HSL0.961.000.96
HSV347°100°
CMYK 0.000.070.06   0.00
XYZ86.963687.542294.7519
Yxy87.54220.32300.3251
Hunter Lab93.56402.17095.4520
CIE-Lab94.96787.09400.3799

#ffecf0 color RGB value is (255,236,240).

#ffecf0 hex color red value is 255, green value is 236 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ffecf0 hue: 0.96 , saturation: 1.00 and the lightness value of ffecf0 is 0.96.

The process color (four color CMYK) of #ffecf0 color hex is 0.00, 0.07, 0.06, 0.00. Web safe color of #ffecf0 is #ffffff. Color #ffecf0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 11110000
Octal 377 354 360
Decimal 255 236 240
Hex FF EC F0

RGB Percentages of Color #ffecf0

%34.88
%32.28
%32.83

CMYK Percentages of Color #ffecf0

%0
%7
%6
%0

Triadic Colors of #ffecf0

#ffecf0 #f0ffec #ecf0ff

Analogous Colors of #ffecf0

#ffecf0 #fff2ec #ffecfa

Monochromatic Colors of #ffecf0

#ffecf0

Complementary Color

#ffecf0 #ecfffb

#ffecf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffecf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffecf0 Color CSS Codes

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

#ffecf0 Text Font Color

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

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


#ffecf0 Background Color

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

This div background color is #ffecf0


#ffecf0 Border Color

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

This div border color is #ffecf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffecf0


Comments

No comments written yet.

Please login to write comment.