Color Hex Logo

#f7caed Color Hex

#F7CAED
(247,202,237)
0 Favorites   0 Comments

Color spaces of #f7caed

RGB 247202237
HSL0.870.740.88
HSV313°18°97°
CMYK 0.000.180.04   0.03
XYZ74.764468.129689.3306
Yxy68.12960.32190.2934
Hunter Lab82.540717.2371-6.3888
CIE-Lab86.071221.5915-11.2457

#f7caed color RGB value is (247,202,237).

#f7caed hex color red value is 247, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f7caed hue: 0.87 , saturation: 0.74 and the lightness value of f7caed is 0.88.

The process color (four color CMYK) of #f7caed color hex is 0.00, 0.18, 0.04, 0.03. Web safe color of #f7caed is #ffccff. Color #f7caed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001010 11101101
Octal 367 312 355
Decimal 247 202 237
Hex F7 CA ED

RGB Percentages of Color #f7caed

%36.01
%29.45
%34.55

CMYK Percentages of Color #f7caed

%0
%18
%4
%3

Triadic Colors of #f7caed

#f7caed #edf7ca #caedf7

Analogous Colors of #f7caed

#f7caed #f7cad7 #ebcaf7

Monochromatic Colors of #f7caed

#f7caed

Complementary Color

#f7caed #caf7d4

#f7caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7caed Color CSS Codes

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

#f7caed Text Font Color

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

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


#f7caed Background Color

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

This div background color is #f7caed


#f7caed Border Color

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

This div border color is #f7caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7caed


Comments

No comments written yet.

Please login to write comment.