Color Hex Logo

#ffdbb6 Color Hex

#FFDBB6
(255,219,182)
0 Favorites   0 Comments

Color spaces of #ffdbb6

RGB 255219182
HSL0.081.000.86
HSV30°29°100°
CMYK 0.000.140.29   0.00
XYZ75.015075.300454.8367
Yxy75.30040.36570.3670
Hunter Lab86.77582.450123.2756
CIE-Lab89.53357.182922.8311

#ffdbb6 color RGB value is (255,219,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10110110
Octal 377 333 266
Decimal 255 219 182
Hex FF DB B6

RGB Percentages of Color #ffdbb6

%38.87
%33.38
%27.74

CMYK Percentages of Color #ffdbb6

%0
%14
%29
%0

Triadic Colors of #ffdbb6

#ffdbb6 #b6ffdb #dbb6ff

Analogous Colors of #ffdbb6

#ffdbb6 #ffffb6 #ffb7b6

Monochromatic Colors of #ffdbb6

#ffdbb6

Complementary Color

#ffdbb6 #b6daff

#ffdbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbb6 Color CSS Codes

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

#ffdbb6 Text Font Color

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

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


#ffdbb6 Background Color

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

This div background color is #ffdbb6


#ffdbb6 Border Color

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

This div border color is #ffdbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbb6


Comments

No comments written yet.

Please login to write comment.