Color Hex Logo

#f7cdbe Color Hex

#F7CDBE
(247,205,190)
0 Favorites   0 Comments

Color spaces of #f7cdbe

RGB 247205190
HSL0.040.780.86
HSV16°23°97°
CMYK 0.000.170.23   0.03
XYZ69.483467.154558.0151
Yxy67.15450.35700.3450
Hunter Lab81.94787.941015.3891
CIE-Lab85.581912.566813.0012

#f7cdbe color RGB value is (247,205,190).

#f7cdbe hex color red value is 247, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f7cdbe hue: 0.04 , saturation: 0.78 and the lightness value of f7cdbe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001101 10111110
Octal 367 315 276
Decimal 247 205 190
Hex F7 CD BE

RGB Percentages of Color #f7cdbe

%38.47
%31.93
%29.60

CMYK Percentages of Color #f7cdbe

%0
%17
%23
%3

Triadic Colors of #f7cdbe

#f7cdbe #bef7cd #cdbef7

Analogous Colors of #f7cdbe

#f7cdbe #f7eabe #f7becc

Monochromatic Colors of #f7cdbe

#f7cdbe

Complementary Color

#f7cdbe #bee8f7

#f7cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cdbe Color CSS Codes

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

#f7cdbe Text Font Color

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

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


#f7cdbe Background Color

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

This div background color is #f7cdbe


#f7cdbe Border Color

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

This div border color is #f7cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cdbe


Comments

No comments written yet.

Please login to write comment.