Color Hex Logo

#ffcdee Color Hex

#FFCDEE
(255,205,238)
0 Favorites   0 Comments

Color spaces of #ffcdee

RGB 255205238
HSL0.891.000.90
HSV320°20°100°
CMYK 0.000.200.07   0.00
XYZ78.503971.095790.4742
Yxy71.09570.32700.2961
Hunter Lab84.318318.6341-4.5959
CIE-Lab87.531522.8676-9.5236

#ffcdee color RGB value is (255,205,238).

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

The process color (four color CMYK) of #ffcdee color hex is 0.00, 0.20, 0.07, 0.00. Web safe color of #ffcdee is #ffccff. Color #ffcdee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 11101110
Octal 377 315 356
Decimal 255 205 238
Hex FF CD EE

RGB Percentages of Color #ffcdee

%36.53
%29.37
%34.10

CMYK Percentages of Color #ffcdee

%0
%20
%7
%0

Triadic Colors of #ffcdee

#ffcdee #eeffcd #cdeeff

Analogous Colors of #ffcdee

#ffcdee #ffcdd5 #f7cdff

Monochromatic Colors of #ffcdee

#ffcdee

Complementary Color

#ffcdee #cdffde

#ffcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcdee Color CSS Codes

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

#ffcdee Text Font Color

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

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


#ffcdee Background Color

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

This div background color is #ffcdee


#ffcdee Border Color

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

This div border color is #ffcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcdee

Related Colors

#ffcdee Color Palettes


Comments

No comments written yet.

Please login to write comment.