Color Hex Logo

#ffcabd Color Hex

#FFCABD
(255,202,189)
0 Favorites   0 Comments

Color spaces of #ffcabd

RGB 255202189
HSL0.031.000.87
HSV12°26°100°
CMYK 0.000.210.26   0.00
XYZ71.545867.175257.3393
Yxy67.17520.36490.3426
Hunter Lab81.960512.387315.8932
CIE-Lab85.592316.934913.6512

#ffcabd color RGB value is (255,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10111101
Octal 377 312 275
Decimal 255 202 189
Hex FF CA BD

RGB Percentages of Color #ffcabd

%39.47
%31.27
%29.26

CMYK Percentages of Color #ffcabd

%0
%21
%26
%0

Triadic Colors of #ffcabd

#ffcabd #bdffca #cabdff

Analogous Colors of #ffcabd

#ffcabd #ffebbd #ffbdd1

Monochromatic Colors of #ffcabd

#ffcabd

Complementary Color

#ffcabd #bdf2ff

#ffcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcabd Color CSS Codes

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

#ffcabd Text Font Color

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

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


#ffcabd Background Color

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

This div background color is #ffcabd


#ffcabd Border Color

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

This div border color is #ffcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcabd

Related Colors

#ffcabd Color Palettes


Comments

No comments written yet.

Please login to write comment.