Color Hex Logo

#fdd694 Color Hex

#FDD694
(253,214,148)
0 Favorites   0 Comments

Color spaces of #fdd694

RGB 253214148
HSL0.100.960.79
HSV38°42°99°
CMYK 0.000.150.42   0.01
XYZ69.899971.113938.0592
Yxy71.11390.39030.3971
Hunter Lab84.32910.381832.2717
CIE-Lab87.54035.023637.6333

#fdd694 color RGB value is (253,214,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 10010100
Octal 375 326 224
Decimal 253 214 148
Hex FD D6 94

RGB Percentages of Color #fdd694

%41.14
%34.80
%24.07

CMYK Percentages of Color #fdd694

%0
%15
%42
%1

Triadic Colors of #fdd694

#fdd694 #94fdd6 #d694fd

Analogous Colors of #fdd694

#fdd694 #f0fd94 #fda294

Monochromatic Colors of #fdd694

#fdd694

Complementary Color

#fdd694 #94bbfd

#fdd694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd694 Color CSS Codes

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

#fdd694 Text Font Color

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

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


#fdd694 Background Color

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

This div background color is #fdd694


#fdd694 Border Color

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

This div border color is #fdd694


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,214,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 #fdd694">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd694

Related Colors


Comments

No comments written yet.

Please login to write comment.