Color Hex Logo

#f7cdb4 Color Hex

#F7CDB4
(247,205,180)
0 Favorites   0 Comments

Color spaces of #f7cdb4

RGB 247205180
HSL0.060.810.84
HSV22°27°97°
CMYK 0.000.170.27   0.03
XYZ68.427366.732152.4541
Yxy66.73210.36470.3557
Hunter Lab81.68976.563319.1119
CIE-Lab85.368511.193117.9887

#f7cdb4 color RGB value is (247,205,180).

#f7cdb4 hex color red value is 247, green value is 205 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #f7cdb4 hue: 0.06 , saturation: 0.81 and the lightness value of f7cdb4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001101 10110100
Octal 367 315 264
Decimal 247 205 180
Hex F7 CD B4

RGB Percentages of Color #f7cdb4

%39.08
%32.44
%28.48

CMYK Percentages of Color #f7cdb4

%0
%17
%27
%3

Triadic Colors of #f7cdb4

#f7cdb4 #b4f7cd #cdb4f7

Analogous Colors of #f7cdb4

#f7cdb4 #f7efb4 #f7b4bd

Monochromatic Colors of #f7cdb4

#f7cdb4

Complementary Color

#f7cdb4 #b4def7

#f7cdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cdb4 Color CSS Codes

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

#f7cdb4 Text Font Color

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

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


#f7cdb4 Background Color

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

This div background color is #f7cdb4


#f7cdb4 Border Color

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

This div border color is #f7cdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cdb4


Comments

No comments written yet.

Please login to write comment.