Color Hex Logo

#f7dbea Color Hex

#F7DBEA
(247,219,234)
0 Favorites   0 Comments

Color spaces of #f7dbea

RGB 247219234
HSL0.910.640.91
HSV328°11°97°
CMYK 0.000.110.05   0.03
XYZ78.540676.377788.4447
Yxy76.37770.32270.3138
Hunter Lab87.39437.47651.1734
CIE-Lab90.034412.1522-3.7916

#f7dbea color RGB value is (247,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011011 11101010
Octal 367 333 352
Decimal 247 219 234
Hex F7 DB EA

RGB Percentages of Color #f7dbea

%35.29
%31.29
%33.43

CMYK Percentages of Color #f7dbea

%0
%11
%5
%3

Triadic Colors of #f7dbea

#f7dbea #eaf7db #dbeaf7

Analogous Colors of #f7dbea

#f7dbea #f7dbdc #f6dbf7

Monochromatic Colors of #f7dbea

#f7dbea

Complementary Color

#f7dbea #dbf7e8

#f7dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dbea Color CSS Codes

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

#f7dbea Text Font Color

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

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


#f7dbea Background Color

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

This div background color is #f7dbea


#f7dbea Border Color

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

This div border color is #f7dbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,219,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 #f7dbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dbea


Comments

No comments written yet.

Please login to write comment.