Color Hex Logo

#ffcdd4 Color Hex

#FFCDD4
(255,205,212)
0 Favorites   0 Comments

Color spaces of #ffcdd4

RGB 255205212
HSL0.981.000.90
HSV352°20°100°
CMYK 0.000.200.17   0.00
XYZ74.955069.676171.7856
Yxy69.67610.34630.3220
Hunter Lab83.472214.21017.4415
CIE-Lab86.837818.67933.2371

#ffcdd4 color RGB value is (255,205,212).

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

The process color (four color CMYK) of #ffcdd4 color hex is 0.00, 0.20, 0.17, 0.00. Web safe color of #ffcdd4 is #ffcccc. Color #ffcdd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 11010100
Octal 377 315 324
Decimal 255 205 212
Hex FF CD D4

RGB Percentages of Color #ffcdd4

%37.95
%30.51
%31.55

CMYK Percentages of Color #ffcdd4

%0
%20
%17
%0

Triadic Colors of #ffcdd4

#ffcdd4 #d4ffcd #cdd4ff

Analogous Colors of #ffcdd4

#ffcdd4 #ffdfcd #ffcded

Monochromatic Colors of #ffcdd4

#ffcdd4

Complementary Color

#ffcdd4 #cdfff8

#ffcdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcdd4 Color CSS Codes

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

#ffcdd4 Text Font Color

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

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


#ffcdd4 Background Color

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

This div background color is #ffcdd4


#ffcdd4 Border Color

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

This div border color is #ffcdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcdd4

#ffcdd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.