Color Hex Logo

#fdd08f Color Hex

#FDD08F
(253,208,143)
0 Favorites   0 Comments

Color spaces of #fdd08f

RGB 253208143
HSL0.100.960.78
HSV35°43°99°
CMYK 0.000.180.43   0.01
XYZ68.021867.977635.5224
Yxy67.97760.39660.3963
Hunter Lab82.44852.981432.1693
CIE-Lab85.99527.604638.1718

#fdd08f color RGB value is (253,208,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 10001111
Octal 375 320 217
Decimal 253 208 143
Hex FD D0 8F

RGB Percentages of Color #fdd08f

%41.89
%34.44
%23.68

CMYK Percentages of Color #fdd08f

%0
%18
%43
%1

Triadic Colors of #fdd08f

#fdd08f #8ffdd0 #d08ffd

Analogous Colors of #fdd08f

#fdd08f #f3fd8f #fd998f

Monochromatic Colors of #fdd08f

#fdd08f

Complementary Color

#fdd08f #8fbcfd

#fdd08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd08f Color CSS Codes

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

#fdd08f Text Font Color

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

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


#fdd08f Background Color

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

This div background color is #fdd08f


#fdd08f Border Color

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

This div border color is #fdd08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd08f

Related Colors


Comments

No comments written yet.

Please login to write comment.