Color Hex Logo

#f7daba Color Hex

#F7DABA
(247,218,186)
0 Favorites   0 Comments

Color spaces of #f7daba

RGB 247218186
HSL0.090.790.85
HSV31°25°97°
CMYK 0.000.120.25   0.03
XYZ72.292173.462156.8238
Yxy73.46210.35690.3626
Hunter Lab85.71000.563220.6891
CIE-Lab88.66765.255319.4389

#f7daba color RGB value is (247,218,186).

#f7daba hex color red value is 247, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f7daba hue: 0.09 , saturation: 0.79 and the lightness value of f7daba is 0.85.

The process color (four color CMYK) of #f7daba color hex is 0.00, 0.12, 0.25, 0.03. Web safe color of #f7daba is #ffcccc. Color #f7daba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011010 10111010
Octal 367 332 272
Decimal 247 218 186
Hex F7 DA BA

RGB Percentages of Color #f7daba

%37.94
%33.49
%28.57

CMYK Percentages of Color #f7daba

%0
%12
%25
%3

Triadic Colors of #f7daba

#f7daba #baf7da #dabaf7

Analogous Colors of #f7daba

#f7daba #f6f7ba #f7bcba

Monochromatic Colors of #f7daba

#f7daba

Complementary Color

#f7daba #bad7f7

#f7daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7daba Color CSS Codes

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

#f7daba Text Font Color

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

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


#f7daba Background Color

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

This div background color is #f7daba


#f7daba Border Color

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

This div border color is #f7daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7daba


Comments

No comments written yet.

Please login to write comment.