Color Hex Logo

#ffdbef Color Hex

#FFDBEF
(255,219,239)
0 Favorites   0 Comments

Color spaces of #ffdbef

RGB 255219239
HSL0.911.000.93
HSV327°14°100°
CMYK 0.000.140.06   0.00
XYZ82.151578.155092.4169
Yxy78.15500.32510.3093
Hunter Lab88.405311.1636-0.0967
CIE-Lab90.850615.7171-5.1373

#ffdbef color RGB value is (255,219,239).

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

The process color (four color CMYK) of #ffdbef color hex is 0.00, 0.14, 0.06, 0.00. Web safe color of #ffdbef is #ffccff. Color #ffdbef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 11101111
Octal 377 333 357
Decimal 255 219 239
Hex FF DB EF

RGB Percentages of Color #ffdbef

%35.76
%30.72
%33.52

CMYK Percentages of Color #ffdbef

%0
%14
%6
%0

Triadic Colors of #ffdbef

#ffdbef #efffdb #dbefff

Analogous Colors of #ffdbef

#ffdbef #ffdbdd #fddbff

Monochromatic Colors of #ffdbef

#ffdbef

Complementary Color

#ffdbef #dbffeb

#ffdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbef Color CSS Codes

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

#ffdbef Text Font Color

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

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


#ffdbef Background Color

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

This div background color is #ffdbef


#ffdbef Border Color

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

This div border color is #ffdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbef

Related Colors


Comments

No comments written yet.

Please login to write comment.