Color Hex Logo

#ffcedc Color Hex

#FFCEDC
(255,206,220)
1 Favorites   0 Comments

Color spaces of #ffcedc

RGB 255206220
HSL0.951.000.90
HSV343°19°100°
CMYK 0.000.190.14   0.00
XYZ76.229670.569977.3138
Yxy70.56990.34010.3149
Hunter Lab84.005914.96624.2373
CIE-Lab87.275619.3957-0.3663

#ffcedc color RGB value is (255,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11011100
Octal 377 316 334
Decimal 255 206 220
Hex FF CE DC

RGB Percentages of Color #ffcedc

%37.44
%30.25
%32.31

CMYK Percentages of Color #ffcedc

%0
%19
%14
%0

Triadic Colors of #ffcedc

#ffcedc #dcffce #cedcff

Analogous Colors of #ffcedc

#ffcedc #ffd9ce #ffcef5

Monochromatic Colors of #ffcedc

#ffcedc

Complementary Color

#ffcedc #cefff1

#ffcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcedc Color CSS Codes

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

#ffcedc Text Font Color

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

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


#ffcedc Background Color

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

This div background color is #ffcedc


#ffcedc Border Color

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

This div border color is #ffcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcedc

Related Colors

#ffcedc Color Palettes


Comments

No comments written yet.

Please login to write comment.