Color Hex Logo

#ffcedb Color Hex

#FFCEDB
(255,206,219)
0 Favorites   0 Comments

Color spaces of #ffcedb

RGB 255206219
HSL0.961.000.90
HSV344°19°100°
CMYK 0.000.190.14   0.00
XYZ76.097570.517176.6182
Yxy70.51710.34090.3159
Hunter Lab83.974514.80114.6860
CIE-Lab87.249919.23820.1260

#ffcedb color RGB value is (255,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 11011011
Octal 377 316 333
Decimal 255 206 219
Hex FF CE DB

RGB Percentages of Color #ffcedb

%37.50
%30.29
%32.21

CMYK Percentages of Color #ffcedb

%0
%19
%14
%0

Triadic Colors of #ffcedb

#ffcedb #dbffce #cedbff

Analogous Colors of #ffcedb

#ffcedb #ffdace #ffcef4

Monochromatic Colors of #ffcedb

#ffcedb

Complementary Color

#ffcedb #cefff2

#ffcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcedb Color CSS Codes

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

#ffcedb Text Font Color

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

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


#ffcedb Background Color

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

This div background color is #ffcedb


#ffcedb Border Color

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

This div border color is #ffcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcedb


Comments

No comments written yet.

Please login to write comment.