Color Hex Logo

#f4d7ec Color Hex

#F4D7EC
(244,215,236)
0 Favorites   0 Comments

Color spaces of #f4d7ec

RGB 244215236
HSL0.880.570.90
HSV317°12°96°
CMYK 0.000.120.03   0.04
XYZ76.749073.890189.5740
Yxy73.89010.31950.3076
Hunter Lab85.95948.9453-1.6116
CIE-Lab88.870513.5738-6.5892

#f4d7ec color RGB value is (244,215,236).

#f4d7ec hex color red value is 244, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f4d7ec hue: 0.88 , saturation: 0.57 and the lightness value of f4d7ec is 0.90.

The process color (four color CMYK) of #f4d7ec color hex is 0.00, 0.12, 0.03, 0.04. Web safe color of #f4d7ec is #ffccff. Color #f4d7ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11010111 11101100
Octal 364 327 354
Decimal 244 215 236
Hex F4 D7 EC

RGB Percentages of Color #f4d7ec

%35.11
%30.94
%33.96

CMYK Percentages of Color #f4d7ec

%0
%12
%3
%4

Triadic Colors of #f4d7ec

#f4d7ec #ecf4d7 #d7ecf4

Analogous Colors of #f4d7ec

#f4d7ec #f4d7de #eed7f4

Monochromatic Colors of #f4d7ec

#f4d7ec

Complementary Color

#f4d7ec #d7f4df

#f4d7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4d7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4d7ec Color CSS Codes

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

#f4d7ec Text Font Color

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

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


#f4d7ec Background Color

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

This div background color is #f4d7ec


#f4d7ec Border Color

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

This div border color is #f4d7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4d7ec


Comments

No comments written yet.

Please login to write comment.