Color Hex Logo

#fdd68f Color Hex

#FDD68F
(253,214,143)
0 Favorites   0 Comments

Color spaces of #fdd68f

RGB 253214143
HSL0.110.960.78
HSV39°43°99°
CMYK 0.000.150.43   0.01
XYZ69.512570.959036.0193
Yxy70.95900.39390.4021
Hunter Lab84.2372-0.116933.6140
CIE-Lab87.46514.512640.0670

#fdd68f color RGB value is (253,214,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 10001111
Octal 375 326 217
Decimal 253 214 143
Hex FD D6 8F

RGB Percentages of Color #fdd68f

%41.48
%35.08
%23.44

CMYK Percentages of Color #fdd68f

%0
%15
%43
%1

Triadic Colors of #fdd68f

#fdd68f #8ffdd6 #d68ffd

Analogous Colors of #fdd68f

#fdd68f #edfd8f #fd9f8f

Monochromatic Colors of #fdd68f

#fdd68f

Complementary Color

#fdd68f #8fb6fd

#fdd68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd68f Color CSS Codes

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

#fdd68f Text Font Color

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

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


#fdd68f Background Color

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

This div background color is #fdd68f


#fdd68f Border Color

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

This div border color is #fdd68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd68f

Related Colors


Comments

No comments written yet.

Please login to write comment.