Color Hex Logo

#ffcadd Color Hex

#FFCADD
(255,202,221)
0 Favorites   0 Comments

Color spaces of #ffcadd

RGB 255202221
HSL0.941.000.90
HSV338°21°100°
CMYK 0.000.210.13   0.00
XYZ75.411768.721577.6966
Yxy68.72150.34000.3098
Hunter Lab82.898417.30702.4593
CIE-Lab86.366021.6493-2.2287

#ffcadd color RGB value is (255,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11011101
Octal 377 312 335
Decimal 255 202 221
Hex FF CA DD

RGB Percentages of Color #ffcadd

%37.61
%29.79
%32.60

CMYK Percentages of Color #ffcadd

%0
%21
%13
%0

Triadic Colors of #ffcadd

#ffcadd #ddffca #caddff

Analogous Colors of #ffcadd

#ffcadd #ffd2ca #ffcaf8

Monochromatic Colors of #ffcadd

#ffcadd

Complementary Color

#ffcadd #caffec

#ffcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcadd Color CSS Codes

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

#ffcadd Text Font Color

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

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


#ffcadd Background Color

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

This div background color is #ffcadd


#ffcadd Border Color

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

This div border color is #ffcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcadd


Comments

No comments written yet.

Please login to write comment.