Color Hex Logo

#ffcadc Color Hex

#FFCADC
(255,202,220)
0 Favorites   0 Comments

Color spaces of #ffcadc

RGB 255202220
HSL0.941.000.90
HSV340°21°100°
CMYK 0.000.210.14   0.00
XYZ75.278868.668476.9968
Yxy68.66840.34070.3108
Hunter Lab82.866417.13962.9161
CIE-Lab86.339621.4908-1.7360

#ffcadc color RGB value is (255,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11011100
Octal 377 312 334
Decimal 255 202 220
Hex FF CA DC

RGB Percentages of Color #ffcadc

%37.67
%29.84
%32.50

CMYK Percentages of Color #ffcadc

%0
%21
%14
%0

Triadic Colors of #ffcadc

#ffcadc #dcffca #cadcff

Analogous Colors of #ffcadc

#ffcadc #ffd3ca #ffcaf7

Monochromatic Colors of #ffcadc

#ffcadc

Complementary Color

#ffcadc #caffed

#ffcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcadc Color CSS Codes

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

#ffcadc Text Font Color

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

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


#ffcadc Background Color

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

This div background color is #ffcadc


#ffcadc Border Color

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

This div border color is #ffcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcadc

Related Colors

#ffcadc Color Palettes


Comments

No comments written yet.

Please login to write comment.