Color Hex Logo

#fbdda3 Color Hex

#FBDDA3
(251,221,163)
0 Favorites   0 Comments

Color spaces of #fbdda3

RGB 251221163
HSL0.110.920.81
HSV40°35°98°
CMYK 0.000.120.35   0.02
XYZ72.251074.866545.2930
Yxy74.86650.37550.3891
Hunter Lab86.5254-2.367329.5316
CIE-Lab89.33042.312032.3063

#fbdda3 color RGB value is (251,221,163).

#fbdda3 hex color red value is 251, green value is 221 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #fbdda3 hue: 0.11 , saturation: 0.92 and the lightness value of fbdda3 is 0.81.

The process color (four color CMYK) of #fbdda3 color hex is 0.00, 0.12, 0.35, 0.02. Web safe color of #fbdda3 is #ffcc99. Color #fbdda3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10100011
Octal 373 335 243
Decimal 251 221 163
Hex FB DD A3

RGB Percentages of Color #fbdda3

%39.53
%34.80
%25.67

CMYK Percentages of Color #fbdda3

%0
%12
%35
%2

Triadic Colors of #fbdda3

#fbdda3 #a3fbdd #dda3fb

Analogous Colors of #fbdda3

#fbdda3 #edfba3 #fbb1a3

Monochromatic Colors of #fbdda3

#fbdda3

Complementary Color

#fbdda3 #a3c1fb

#fbdda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdda3 Color CSS Codes

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

#fbdda3 Text Font Color

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

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


#fbdda3 Background Color

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

This div background color is #fbdda3


#fbdda3 Border Color

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

This div border color is #fbdda3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,221,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdda3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdda3;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdda3;
  box-shadow:         1px 1px 3px 2px #fbdda3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,221,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdda3

Related Colors


Comments

No comments written yet.

Please login to write comment.