Color Hex Logo

#f6ceb0 Color Hex

#F6CEB0
(246,206,176)
0 Favorites   0 Comments

Color spaces of #f6ceb0

RGB 246206176
HSL0.070.800.83
HSV26°28°96°
CMYK 0.000.160.28   0.04
XYZ67.913866.870050.4021
Yxy66.87000.36670.3611
Hunter Lab81.77415.140520.6980
CIE-Lab85.43839.768620.1808

#f6ceb0 color RGB value is (246,206,176).

#f6ceb0 hex color red value is 246, green value is 206 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #f6ceb0 hue: 0.07 , saturation: 0.80 and the lightness value of f6ceb0 is 0.83.

The process color (four color CMYK) of #f6ceb0 color hex is 0.00, 0.16, 0.28, 0.04. Web safe color of #f6ceb0 is #ffcc99. Color #f6ceb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001110 10110000
Octal 366 316 260
Decimal 246 206 176
Hex F6 CE B0

RGB Percentages of Color #f6ceb0

%39.17
%32.80
%28.03

CMYK Percentages of Color #f6ceb0

%0
%16
%28
%4

Triadic Colors of #f6ceb0

#f6ceb0 #b0f6ce #ceb0f6

Analogous Colors of #f6ceb0

#f6ceb0 #f6f1b0 #f6b0b5

Monochromatic Colors of #f6ceb0

#f6ceb0

Complementary Color

#f6ceb0 #b0d8f6

#f6ceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ceb0 Color CSS Codes

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

#f6ceb0 Text Font Color

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

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


#f6ceb0 Background Color

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

This div background color is #f6ceb0


#f6ceb0 Border Color

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

This div border color is #f6ceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ceb0


Comments

No comments written yet.

Please login to write comment.