Color Hex Logo

#ffceda Color Hex

#FFCEDA
(255,206,218)
0 Favorites   0 Comments

Color spaces of #ffceda

RGB 255206218
HSL0.961.000.90
HSV345°19°100°
CMYK 0.000.190.15   0.00
XYZ75.966270.464675.9268
Yxy70.46460.34160.3169
Hunter Lab83.943214.63685.1323
CIE-Lab87.224219.08150.6185

#ffceda color RGB value is (255,206,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11011010
Octal 377 316 332
Decimal 255 206 218
Hex FF CE DA

RGB Percentages of Color #ffceda

%37.56
%30.34
%32.11

CMYK Percentages of Color #ffceda

%0
%19
%15
%0

Triadic Colors of #ffceda

#ffceda #daffce #cedaff

Analogous Colors of #ffceda

#ffceda #ffdbce #ffcef3

Monochromatic Colors of #ffceda

#ffceda

Complementary Color

#ffceda #cefff3

#ffceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffceda Color CSS Codes

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

#ffceda Text Font Color

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

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


#ffceda Background Color

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

This div background color is #ffceda


#ffceda Border Color

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

This div border color is #ffceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffceda

#ffceda Color Palettes


Comments

No comments written yet.

Please login to write comment.