Color Hex Logo

#ffc4dc Color Hex

#FFC4DC
(255,196,220)
0 Favorites   0 Comments

Color spaces of #ffc4dc

RGB 255196220
HSL0.931.000.88
HSV336°23°100°
CMYK 0.000.230.14   0.00
XYZ73.898265.907276.5366
Yxy65.90720.34160.3046
Hunter Lab81.183220.41150.9318
CIE-Lab84.949124.6389-3.7777

#ffc4dc color RGB value is (255,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 11011100
Octal 377 304 334
Decimal 255 196 220
Hex FF C4 DC

RGB Percentages of Color #ffc4dc

%38.00
%29.21
%32.79

CMYK Percentages of Color #ffc4dc

%0
%23
%14
%0

Triadic Colors of #ffc4dc

#ffc4dc #dcffc4 #c4dcff

Analogous Colors of #ffc4dc

#ffc4dc #ffcac4 #ffc4fa

Monochromatic Colors of #ffc4dc

#ffc4dc

Complementary Color

#ffc4dc #c4ffe7

#ffc4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc4dc Color CSS Codes

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

#ffc4dc Text Font Color

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

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


#ffc4dc Background Color

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

This div background color is #ffc4dc


#ffc4dc Border Color

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

This div border color is #ffc4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,196,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 #ffc4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc4dc

Related Colors


Comments

No comments written yet.

Please login to write comment.