Color Hex Logo

#f3cbae Color Hex

#F3CBAE
(243,203,174)
0 Favorites   0 Comments

Color spaces of #f3cbae

RGB 243203174
HSL0.070.740.82
HSV25°28°95°
CMYK 0.000.160.28   0.05
XYZ65.958164.822649.0800
Yxy64.82260.36670.3604
Hunter Lab80.51255.335420.2159
CIE-Lab84.39229.944719.7421

#f3cbae color RGB value is (243,203,174).

#f3cbae hex color red value is 243, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f3cbae hue: 0.07 , saturation: 0.74 and the lightness value of f3cbae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001011 10101110
Octal 363 313 256
Decimal 243 203 174
Hex F3 CB AE

RGB Percentages of Color #f3cbae

%39.19
%32.74
%28.06

CMYK Percentages of Color #f3cbae

%0
%16
%28
%5

Triadic Colors of #f3cbae

#f3cbae #aef3cb #cbaef3

Analogous Colors of #f3cbae

#f3cbae #f3eeae #f3aeb4

Monochromatic Colors of #f3cbae

#f3cbae

Complementary Color

#f3cbae #aed6f3

#f3cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cbae Color CSS Codes

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

#f3cbae Text Font Color

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

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


#f3cbae Background Color

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

This div background color is #f3cbae


#f3cbae Border Color

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

This div border color is #f3cbae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,203,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3cbae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3cbae;
  -webkit-box-shadow: 1px 1px 3px 2px #f3cbae;
  box-shadow:         1px 1px 3px 2px #f3cbae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,203,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cbae


Comments

No comments written yet.

Please login to write comment.