Color Hex Logo

#ffcacb Color Hex

#FFCACB
(255,202,203)
2 Favorites   0 Comments

Color spaces of #ffcacb

RGB 255202203
HSL1.001.000.90
HSV359°21°100°
CMYK 0.000.210.20   0.00
XYZ73.140067.812965.7342
Yxy67.81290.35390.3281
Hunter Lab82.348614.429310.3162
CIE-Lab85.912818.90716.6779

#ffcacb color RGB value is (255,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11001011
Octal 377 312 313
Decimal 255 202 203
Hex FF CA CB

RGB Percentages of Color #ffcacb

%38.64
%30.61
%30.76

CMYK Percentages of Color #ffcacb

%0
%21
%20
%0

Triadic Colors of #ffcacb

#ffcacb #cbffca #cacbff

Analogous Colors of #ffcacb

#ffcacb #ffe4ca #ffcae6

Monochromatic Colors of #ffcacb

#ffcacb

Complementary Color

#ffcacb #cafffe

#ffcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcacb Color CSS Codes

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

#ffcacb Text Font Color

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

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


#ffcacb Background Color

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

This div background color is #ffcacb


#ffcacb Border Color

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

This div border color is #ffcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcacb

Related Colors


Comments

No comments written yet.

Please login to write comment.