Color Hex Logo

#ffcaa6 Color Hex

#FFCAA6
(255,202,166)
0 Favorites   0 Comments

Color spaces of #ffcaa6

RGB 255202166
HSL0.071.000.83
HSV24°35°100°
CMYK 0.000.210.35   0.00
XYZ69.243566.254245.2152
Yxy66.25420.38320.3666
Hunter Lab81.39679.404324.0426
CIE-Lab85.125914.013325.1427

#ffcaa6 color RGB value is (255,202,166).

#ffcaa6 hex color red value is 255, green value is 202 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ffcaa6 hue: 0.07 , saturation: 1.00 and the lightness value of ffcaa6 is 0.83.

The process color (four color CMYK) of #ffcaa6 color hex is 0.00, 0.21, 0.35, 0.00. Web safe color of #ffcaa6 is #ffcc99. Color #ffcaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10100110
Octal 377 312 246
Decimal 255 202 166
Hex FF CA A6

RGB Percentages of Color #ffcaa6

%40.93
%32.42
%26.65

CMYK Percentages of Color #ffcaa6

%0
%21
%35
%0

Triadic Colors of #ffcaa6

#ffcaa6 #a6ffca #caa6ff

Analogous Colors of #ffcaa6

#ffcaa6 #fff7a6 #ffa6af

Monochromatic Colors of #ffcaa6

#ffcaa6

Complementary Color

#ffcaa6 #a6dbff

#ffcaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaa6 Color CSS Codes

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

#ffcaa6 Text Font Color

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

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


#ffcaa6 Background Color

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

This div background color is #ffcaa6


#ffcaa6 Border Color

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

This div border color is #ffcaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaa6

Related Colors


Comments

No comments written yet.

Please login to write comment.