Color Hex Logo

#ffcada Color Hex

#FFCADA
(255,202,218)
0 Favorites   0 Comments

Color spaces of #ffcada

RGB 255202218
HSL0.951.000.90
HSV342°21°100°
CMYK 0.000.210.15   0.00
XYZ75.015468.563075.6099
Yxy68.56300.34220.3128
Hunter Lab82.802816.80773.8223
CIE-Lab86.287221.1765-0.7500

#ffcada color RGB value is (255,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11011010
Octal 377 312 332
Decimal 255 202 218
Hex FF CA DA

RGB Percentages of Color #ffcada

%37.78
%29.93
%32.30

CMYK Percentages of Color #ffcada

%0
%21
%15
%0

Triadic Colors of #ffcada

#ffcada #daffca #cadaff

Analogous Colors of #ffcada

#ffcada #ffd5ca #ffcaf5

Monochromatic Colors of #ffcada

#ffcada

Complementary Color

#ffcada #caffef

#ffcada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcada Color CSS Codes

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

#ffcada Text Font Color

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

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


#ffcada Background Color

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

This div background color is #ffcada


#ffcada Border Color

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

This div border color is #ffcada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcada


Comments

No comments written yet.

Please login to write comment.