Color Hex Logo

#f4caf8 Color Hex

#F4CAF8
(244,202,248)
0 Favorites   0 Comments

Color spaces of #f4caf8

RGB 244202248
HSL0.820.770.88
HSV295°19°97°
CMYK 0.020.190.00   0.03
XYZ75.372068.251598.0083
Yxy68.25150.31190.2825
Hunter Lab82.614518.2763-12.5076
CIE-Lab86.132122.5762-17.0171

#f4caf8 color RGB value is (244,202,248).

#f4caf8 hex color red value is 244, green value is 202 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #f4caf8 hue: 0.82 , saturation: 0.77 and the lightness value of f4caf8 is 0.88.

The process color (four color CMYK) of #f4caf8 color hex is 0.02, 0.19, 0.00, 0.03. Web safe color of #f4caf8 is #ffccff. Color #f4caf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 11111000
Octal 364 312 370
Decimal 244 202 248
Hex F4 CA F8

RGB Percentages of Color #f4caf8

%35.16
%29.11
%35.73

CMYK Percentages of Color #f4caf8

%2
%19
%0
%3

Triadic Colors of #f4caf8

#f4caf8 #f8f4ca #caf8f4

Analogous Colors of #f4caf8

#f4caf8 #f8cae5 #ddcaf8

Monochromatic Colors of #f4caf8

#f4caf8

Complementary Color

#f4caf8 #cef8ca

#f4caf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4caf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4caf8 Color CSS Codes

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

#f4caf8 Text Font Color

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

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


#f4caf8 Background Color

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

This div background color is #f4caf8


#f4caf8 Border Color

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

This div border color is #f4caf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4caf8

Related Colors


Comments

No comments written yet.

Please login to write comment.