Color Hex Logo

#fdbda8 Color Hex

#FDBDA8
(253,189,168)
0 Favorites   0 Comments

Color spaces of #fdbda8

RGB 253189168
HSL0.040.960.83
HSV15°34°99°
CMYK 0.000.250.34   0.01
XYZ65.773560.105045.1806
Yxy60.10500.38450.3514
Hunter Lab77.527415.764719.7168
CIE-Lab81.895220.294319.6106

#fdbda8 color RGB value is (253,189,168).

#fdbda8 hex color red value is 253, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fdbda8 hue: 0.04 , saturation: 0.96 and the lightness value of fdbda8 is 0.83.

The process color (four color CMYK) of #fdbda8 color hex is 0.00, 0.25, 0.34, 0.01. Web safe color of #fdbda8 is #ffcc99. Color #fdbda8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 10101000
Octal 375 275 250
Decimal 253 189 168
Hex FD BD A8

RGB Percentages of Color #fdbda8

%41.48
%30.98
%27.54

CMYK Percentages of Color #fdbda8

%0
%25
%34
%1

Triadic Colors of #fdbda8

#fdbda8 #a8fdbd #bda8fd

Analogous Colors of #fdbda8

#fdbda8 #fde8a8 #fda8be

Monochromatic Colors of #fdbda8

#fdbda8

Complementary Color

#fdbda8 #a8e8fd

#fdbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbda8 Color CSS Codes

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

#fdbda8 Text Font Color

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

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


#fdbda8 Background Color

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

This div background color is #fdbda8


#fdbda8 Border Color

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

This div border color is #fdbda8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,189,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbda8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbda8;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbda8;
  box-shadow:         1px 1px 3px 2px #fdbda8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,189,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbda8

Related Colors


Comments

No comments written yet.

Please login to write comment.