Color Hex Logo

#f8dabb Color Hex

#F8DABB
(248,218,187)
0 Favorites   0 Comments

Color spaces of #f8dabb

RGB 248218187
HSL0.080.810.85
HSV30°25°97°
CMYK 0.000.120.25   0.03
XYZ72.752473.687157.4023
Yxy73.68710.35690.3615
Hunter Lab85.84121.060820.4414
CIE-Lab88.77445.761819.0784

#f8dabb color RGB value is (248,218,187).

#f8dabb hex color red value is 248, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f8dabb hue: 0.08 , saturation: 0.81 and the lightness value of f8dabb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011010 10111011
Octal 370 332 273
Decimal 248 218 187
Hex F8 DA BB

RGB Percentages of Color #f8dabb

%37.98
%33.38
%28.64

CMYK Percentages of Color #f8dabb

%0
%12
%25
%3

Triadic Colors of #f8dabb

#f8dabb #bbf8da #dabbf8

Analogous Colors of #f8dabb

#f8dabb #f8f8bb #f8bcbb

Monochromatic Colors of #f8dabb

#f8dabb

Complementary Color

#f8dabb #bbd9f8

#f8dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dabb Color CSS Codes

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

#f8dabb Text Font Color

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

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


#f8dabb Background Color

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

This div background color is #f8dabb


#f8dabb Border Color

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

This div border color is #f8dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dabb

#f8dabb Color Palettes


Comments

No comments written yet.

Please login to write comment.