Color Hex Logo

#f2ceba Color Hex

#F2CEBA
(242,206,186)
0 Favorites   0 Comments

Color spaces of #f2ceba

RGB 242206186
HSL0.060.680.84
HSV21°23°95°
CMYK 0.000.150.23   0.05
XYZ67.552266.565055.7423
Yxy66.56500.35580.3506
Hunter Lab81.58745.015416.6029
CIE-Lab85.28389.639614.6328

#f2ceba color RGB value is (242,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001110 10111010
Octal 362 316 272
Decimal 242 206 186
Hex F2 CE BA

RGB Percentages of Color #f2ceba

%38.17
%32.49
%29.34

CMYK Percentages of Color #f2ceba

%0
%15
%23
%5

Triadic Colors of #f2ceba

#f2ceba #baf2ce #cebaf2

Analogous Colors of #f2ceba

#f2ceba #f2eaba #f2bac2

Monochromatic Colors of #f2ceba

#f2ceba

Complementary Color

#f2ceba #badef2

#f2ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ceba Color CSS Codes

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

#f2ceba Text Font Color

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

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


#f2ceba Background Color

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

This div background color is #f2ceba


#f2ceba Border Color

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

This div border color is #f2ceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,206,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 #f2ceba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ceba


Comments

No comments written yet.

Please login to write comment.