Color Hex Logo

#f5caad Color Hex

#F5CAAD
(245,202,173)
0 Favorites   0 Comments

Color spaces of #f5caad

RGB 245202173
HSL0.070.780.82
HSV24°29°96°
CMYK 0.000.180.29   0.04
XYZ66.319564.670748.5224
Yxy64.67070.36940.3603
Hunter Lab80.41816.474420.5185
CIE-Lab84.313811.089920.1897

#f5caad color RGB value is (245,202,173).

#f5caad hex color red value is 245, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f5caad hue: 0.07 , saturation: 0.78 and the lightness value of f5caad is 0.82.

The process color (four color CMYK) of #f5caad color hex is 0.00, 0.18, 0.29, 0.04. Web safe color of #f5caad is #ffcc99. Color #f5caad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001010 10101101
Octal 365 312 255
Decimal 245 202 173
Hex F5 CA AD

RGB Percentages of Color #f5caad

%39.52
%32.58
%27.90

CMYK Percentages of Color #f5caad

%0
%18
%29
%4

Triadic Colors of #f5caad

#f5caad #adf5ca #caadf5

Analogous Colors of #f5caad

#f5caad #f5eead #f5adb4

Monochromatic Colors of #f5caad

#f5caad

Complementary Color

#f5caad #add8f5

#f5caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5caad Color CSS Codes

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

#f5caad Text Font Color

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

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


#f5caad Background Color

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

This div background color is #f5caad


#f5caad Border Color

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

This div border color is #f5caad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,202,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5caad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5caad;
  -webkit-box-shadow: 1px 1px 3px 2px #f5caad;
  box-shadow:         1px 1px 3px 2px #f5caad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,202,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5caad


Comments

No comments written yet.

Please login to write comment.