Color Hex Logo

#f2cdba Color Hex

#F2CDBA
(242,205,186)
0 Favorites   0 Comments

Color spaces of #f2cdba

RGB 242205186
HSL0.060.680.84
HSV20°23°95°
CMYK 0.000.150.23   0.05
XYZ67.312266.085155.6623
Yxy66.08510.35600.3495
Hunter Lab81.29275.539716.3082
CIE-Lab85.039810.162214.2887

#f2cdba color RGB value is (242,205,186).

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

The process color (four color CMYK) of #f2cdba color hex is 0.00, 0.15, 0.23, 0.05. Web safe color of #f2cdba is #ffcccc. Color #f2cdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001101 10111010
Octal 362 315 272
Decimal 242 205 186
Hex F2 CD BA

RGB Percentages of Color #f2cdba

%38.23
%32.39
%29.38

CMYK Percentages of Color #f2cdba

%0
%15
%23
%5

Triadic Colors of #f2cdba

#f2cdba #baf2cd #cdbaf2

Analogous Colors of #f2cdba

#f2cdba #f2e9ba #f2bac3

Monochromatic Colors of #f2cdba

#f2cdba

Complementary Color

#f2cdba #badff2

#f2cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cdba Color CSS Codes

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

#f2cdba Text Font Color

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

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


#f2cdba Background Color

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

This div background color is #f2cdba


#f2cdba Border Color

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

This div border color is #f2cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cdba

#f2cdba Color Palettes


Comments

No comments written yet.

Please login to write comment.