Color Hex Logo

#ffcaa5 Color Hex

#FFCAA5
(255,202,165)
0 Favorites   0 Comments

Color spaces of #ffcaa5

RGB 255202165
HSL0.071.000.82
HSV25°35°100°
CMYK 0.000.210.35   0.00
XYZ69.152166.217744.7339
Yxy66.21770.38400.3677
Hunter Lab81.37439.284924.3685
CIE-Lab85.107313.895425.6420

#ffcaa5 color RGB value is (255,202,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10100101
Octal 377 312 245
Decimal 255 202 165
Hex FF CA A5

RGB Percentages of Color #ffcaa5

%41.00
%32.48
%26.53

CMYK Percentages of Color #ffcaa5

%0
%21
%35
%0

Triadic Colors of #ffcaa5

#ffcaa5 #a5ffca #caa5ff

Analogous Colors of #ffcaa5

#ffcaa5 #fff7a5 #ffa5ad

Monochromatic Colors of #ffcaa5

#ffcaa5

Complementary Color

#ffcaa5 #a5daff

#ffcaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaa5 Color CSS Codes

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

#ffcaa5 Text Font Color

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

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


#ffcaa5 Background Color

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

This div background color is #ffcaa5


#ffcaa5 Border Color

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

This div border color is #ffcaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaa5


Comments

No comments written yet.

Please login to write comment.