Color Hex Logo

#ffdeeb Color Hex

#FFDEEB
(255,222,235)
0 Favorites   0 Comments

Color spaces of #ffdeeb

RGB 255222235
HSL0.931.000.94
HSV336°13°100°
CMYK 0.000.130.08   0.00
XYZ82.356779.500789.6018
Yxy79.50070.32750.3162
Hunter Lab89.16328.83832.8325
CIE-Lab91.460413.4850-2.1433

#ffdeeb color RGB value is (255,222,235).

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

The process color (four color CMYK) of #ffdeeb color hex is 0.00, 0.13, 0.08, 0.00. Web safe color of #ffdeeb is #ffccff. Color #ffdeeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11101011
Octal 377 336 353
Decimal 255 222 235
Hex FF DE EB

RGB Percentages of Color #ffdeeb

%35.81
%31.18
%33.01

CMYK Percentages of Color #ffdeeb

%0
%13
%8
%0

Triadic Colors of #ffdeeb

#ffdeeb #ebffde #deebff

Analogous Colors of #ffdeeb

#ffdeeb #ffe2de #ffdefc

Monochromatic Colors of #ffdeeb

#ffdeeb

Complementary Color

#ffdeeb #defff2

#ffdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdeeb Color CSS Codes

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

#ffdeeb Text Font Color

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

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


#ffdeeb Background Color

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

This div background color is #ffdeeb


#ffdeeb Border Color

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

This div border color is #ffdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.