Color Hex Logo

#fddb94 Color Hex

#FDDB94
(253,219,148)
0 Favorites   0 Comments

Color spaces of #fddb94

RGB 253219148
HSL0.110.960.79
HSV41°42°99°
CMYK 0.000.130.42   0.01
XYZ71.184873.683838.4875
Yxy73.68380.38820.4019
Hunter Lab85.8393-2.192233.5038
CIE-Lab88.77282.459739.2318

#fddb94 color RGB value is (253,219,148).

#fddb94 hex color red value is 253, green value is 219 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fddb94 hue: 0.11 , saturation: 0.96 and the lightness value of fddb94 is 0.79.

The process color (four color CMYK) of #fddb94 color hex is 0.00, 0.13, 0.42, 0.01. Web safe color of #fddb94 is #ffcc99. Color #fddb94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011011 10010100
Octal 375 333 224
Decimal 253 219 148
Hex FD DB 94

RGB Percentages of Color #fddb94

%40.81
%35.32
%23.87

CMYK Percentages of Color #fddb94

%0
%13
%42
%1

Triadic Colors of #fddb94

#fddb94 #94fddb #db94fd

Analogous Colors of #fddb94

#fddb94 #ebfd94 #fda794

Monochromatic Colors of #fddb94

#fddb94

Complementary Color

#fddb94 #94b6fd

#fddb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddb94 Color CSS Codes

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

#fddb94 Text Font Color

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

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


#fddb94 Background Color

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

This div background color is #fddb94


#fddb94 Border Color

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

This div border color is #fddb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddb94

Related Colors


Comments

No comments written yet.

Please login to write comment.