Color Hex Logo

#f4cabf Color Hex

#F4CABF
(244,202,191)
0 Favorites   0 Comments

Color spaces of #f4cabf

RGB 244202191
HSL0.030.710.85
HSV12°22°96°
CMYK 0.000.170.22   0.04
XYZ67.832765.235758.3068
Yxy65.23570.35440.3409
Hunter Lab80.76868.566313.7366
CIE-Lab84.605013.182011.0456

#f4cabf color RGB value is (244,202,191).

#f4cabf hex color red value is 244, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f4cabf hue: 0.03 , saturation: 0.71 and the lightness value of f4cabf is 0.85.

The process color (four color CMYK) of #f4cabf color hex is 0.00, 0.17, 0.22, 0.04. Web safe color of #f4cabf is #ffcccc. Color #f4cabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 10111111
Octal 364 312 277
Decimal 244 202 191
Hex F4 CA BF

RGB Percentages of Color #f4cabf

%38.30
%31.71
%29.98

CMYK Percentages of Color #f4cabf

%0
%17
%22
%4

Triadic Colors of #f4cabf

#f4cabf #bff4ca #cabff4

Analogous Colors of #f4cabf

#f4cabf #f4e5bf #f4bfcf

Monochromatic Colors of #f4cabf

#f4cabf

Complementary Color

#f4cabf #bfe9f4

#f4cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cabf Color CSS Codes

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

#f4cabf Text Font Color

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

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


#f4cabf Background Color

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

This div background color is #f4cabf


#f4cabf Border Color

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

This div border color is #f4cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cabf


Comments

No comments written yet.

Please login to write comment.