Color Hex Logo

#ffcab4 Color Hex

#FFCAB4
(255,202,180)
0 Favorites   0 Comments

Color spaces of #ffcab4

RGB 255202180
HSL0.051.000.85
HSV18°29°100°
CMYK 0.000.210.29   0.00
XYZ70.598766.796352.3520
Yxy66.79630.37210.3520
Hunter Lab81.729011.165119.2317
CIE-Lab85.401015.743918.1466

#ffcab4 color RGB value is (255,202,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10110100
Octal 377 312 264
Decimal 255 202 180
Hex FF CA B4

RGB Percentages of Color #ffcab4

%40.03
%31.71
%28.26

CMYK Percentages of Color #ffcab4

%0
%21
%29
%0

Triadic Colors of #ffcab4

#ffcab4 #b4ffca #cab4ff

Analogous Colors of #ffcab4

#ffcab4 #fff0b4 #ffb4c4

Monochromatic Colors of #ffcab4

#ffcab4

Complementary Color

#ffcab4 #b4e9ff

#ffcab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcab4 Color CSS Codes

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

#ffcab4 Text Font Color

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

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


#ffcab4 Background Color

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

This div background color is #ffcab4


#ffcab4 Border Color

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

This div border color is #ffcab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcab4

Related Colors

#ffcab4 Color Palettes


Comments

No comments written yet.

Please login to write comment.