Color Hex Logo

#ffcab5 Color Hex

#FFCAB5
(255,202,181)
1 Favorites   0 Comments

Color spaces of #ffcab5

RGB 255202181
HSL0.051.000.85
HSV17°29°100°
CMYK 0.000.210.29   0.00
XYZ70.701066.837352.8906
Yxy66.83730.37130.3510
Hunter Lab81.754111.297318.8703
CIE-Lab85.421715.873117.6468

#ffcab5 color RGB value is (255,202,181).

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

The process color (four color CMYK) of #ffcab5 color hex is 0.00, 0.21, 0.29, 0.00. Web safe color of #ffcab5 is #ffcccc. Color #ffcab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10110101
Octal 377 312 265
Decimal 255 202 181
Hex FF CA B5

RGB Percentages of Color #ffcab5

%39.97
%31.66
%28.37

CMYK Percentages of Color #ffcab5

%0
%21
%29
%0

Triadic Colors of #ffcab5

#ffcab5 #b5ffca #cab5ff

Analogous Colors of #ffcab5

#ffcab5 #ffefb5 #ffb5c5

Monochromatic Colors of #ffcab5

#ffcab5

Complementary Color

#ffcab5 #b5eaff

#ffcab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcab5 Color CSS Codes

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

#ffcab5 Text Font Color

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

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


#ffcab5 Background Color

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

This div background color is #ffcab5


#ffcab5 Border Color

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

This div border color is #ffcab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcab5

Related Colors

#ffcab5 Color Palettes


Comments

No comments written yet.

Please login to write comment.