Color Hex Logo

#f7cdcd Color Hex

#F7CDCD
(247,205,205)
0 Favorites   0 Comments

Color spaces of #f7cdcd

RGB 247205205
HSL0.000.720.89
HSV17°97°
CMYK 0.000.170.17   0.03
XYZ71.208567.844667.0998
Yxy67.84460.34540.3291
Hunter Lab82.367810.17289.3577
CIE-Lab85.928714.76935.5427

#f7cdcd color RGB value is (247,205,205).

#f7cdcd hex color red value is 247, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f7cdcd hue: 0.00 , saturation: 0.72 and the lightness value of f7cdcd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001101 11001101
Octal 367 315 315
Decimal 247 205 205
Hex F7 CD CD

RGB Percentages of Color #f7cdcd

%37.60
%31.20
%31.20

CMYK Percentages of Color #f7cdcd

%0
%17
%17
%3

Triadic Colors of #f7cdcd

#f7cdcd #cdf7cd #cdcdf7

Analogous Colors of #f7cdcd

#f7cdcd #f7e2cd #f7cde2

Monochromatic Colors of #f7cdcd

#f7cdcd

Complementary Color

#f7cdcd #cdf7f7

#f7cdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cdcd Color CSS Codes

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

#f7cdcd Text Font Color

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

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


#f7cdcd Background Color

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

This div background color is #f7cdcd


#f7cdcd Border Color

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

This div border color is #f7cdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cdcd

Related Colors

#f7cdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.