Color Hex Logo

#f7dcea Color Hex

#F7DCEA
(247,220,234)
0 Favorites   0 Comments

Color spaces of #f7dcea

RGB 247220234
HSL0.910.630.92
HSV329°11°97°
CMYK 0.000.110.05   0.03
XYZ78.802376.901188.5320
Yxy76.90110.32260.3149
Hunter Lab87.69336.93921.5282
CIE-Lab90.276111.6311-3.4363

#f7dcea color RGB value is (247,220,234).

#f7dcea hex color red value is 247, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f7dcea hue: 0.91 , saturation: 0.63 and the lightness value of f7dcea is 0.92.

The process color (four color CMYK) of #f7dcea color hex is 0.00, 0.11, 0.05, 0.03. Web safe color of #f7dcea is #ffccff. Color #f7dcea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011100 11101010
Octal 367 334 352
Decimal 247 220 234
Hex F7 DC EA

RGB Percentages of Color #f7dcea

%35.24
%31.38
%33.38

CMYK Percentages of Color #f7dcea

%0
%11
%5
%3

Triadic Colors of #f7dcea

#f7dcea #eaf7dc #dceaf7

Analogous Colors of #f7dcea

#f7dcea #f7dcdd #f7dcf7

Monochromatic Colors of #f7dcea

#f7dcea

Complementary Color

#f7dcea #dcf7e9

#f7dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dcea Color CSS Codes

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

#f7dcea Text Font Color

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

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


#f7dcea Background Color

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

This div background color is #f7dcea


#f7dcea Border Color

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

This div border color is #f7dcea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,220,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7dcea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7dcea;
  -webkit-box-shadow: 1px 1px 3px 2px #f7dcea;
  box-shadow:         1px 1px 3px 2px #f7dcea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,220,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dcea


Comments

No comments written yet.

Please login to write comment.