Color Hex Logo

#ffcafd Color Hex

#FFCAFD
(255,202,253)
0 Favorites   0 Comments

Color spaces of #ffcafd

RGB 255202253
HSL0.841.000.90
HSV302°21°100°
CMYK 0.000.210.01   0.00
XYZ80.090270.5929102.3331
Yxy70.59290.31650.2790
Hunter Lab84.019623.1177-13.3996
CIE-Lab87.286827.0608-17.8257

#ffcafd color RGB value is (255,202,253).

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

The process color (four color CMYK) of #ffcafd color hex is 0.00, 0.21, 0.01, 0.00. Web safe color of #ffcafd is #ffccff. Color #ffcafd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11111101
Octal 377 312 375
Decimal 255 202 253
Hex FF CA FD

RGB Percentages of Color #ffcafd

%35.92
%28.45
%35.63

CMYK Percentages of Color #ffcafd

%0
%21
%1
%0

Triadic Colors of #ffcafd

#ffcafd #fdffca #cafdff

Analogous Colors of #ffcafd

#ffcafd #ffcae3 #e7caff

Monochromatic Colors of #ffcafd

#ffcafd

Complementary Color

#ffcafd #caffcc

#ffcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcafd Color CSS Codes

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

#ffcafd Text Font Color

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

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


#ffcafd Background Color

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

This div background color is #ffcafd


#ffcafd Border Color

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

This div border color is #ffcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcafd

Related Colors

#ffcafd Color Palettes


Comments

No comments written yet.

Please login to write comment.