Color Hex Logo

#ffcade Color Hex

#FFCADE
(255,202,222)
2 Favorites   0 Comments

Color spaces of #ffcade

RGB 255202222
HSL0.941.000.90
HSV337°21°100°
CMYK 0.000.210.13   0.00
XYZ75.545368.775078.4005
Yxy68.77500.33920.3088
Hunter Lab82.930717.47502.0003
CIE-Lab86.392521.8080-2.7210

#ffcade color RGB value is (255,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11011110
Octal 377 312 336
Decimal 255 202 222
Hex FF CA DE

RGB Percentages of Color #ffcade

%37.56
%29.75
%32.70

CMYK Percentages of Color #ffcade

%0
%21
%13
%0

Triadic Colors of #ffcade

#ffcade #deffca #cadeff

Analogous Colors of #ffcade

#ffcade #ffd1ca #ffcaf9

Monochromatic Colors of #ffcade

#ffcade

Complementary Color

#ffcade #caffeb

#ffcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcade Color CSS Codes

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

#ffcade Text Font Color

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

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


#ffcade Background Color

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

This div background color is #ffcade


#ffcade Border Color

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

This div border color is #ffcade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcade

#ffcade Color Palettes


Comments

No comments written yet.

Please login to write comment.