Color Hex Logo

#fdd09d Color Hex

#FDD09D
(253,208,157)
0 Favorites   0 Comments

Color spaces of #fdd09d

RGB 253208157
HSL0.090.960.80
HSV32°38°99°
CMYK 0.000.180.38   0.01
XYZ69.149768.428741.4618
Yxy68.42870.38620.3822
Hunter Lab82.72164.451128.1878
CIE-Lab86.22049.092731.2783

#fdd09d color RGB value is (253,208,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010000 10011101
Octal 375 320 235
Decimal 253 208 157
Hex FD D0 9D

RGB Percentages of Color #fdd09d

%40.94
%33.66
%25.40

CMYK Percentages of Color #fdd09d

%0
%18
%38
%1

Triadic Colors of #fdd09d

#fdd09d #9dfdd0 #d09dfd

Analogous Colors of #fdd09d

#fdd09d #fafd9d #fda09d

Monochromatic Colors of #fdd09d

#fdd09d

Complementary Color

#fdd09d #9dcafd

#fdd09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd09d Color CSS Codes

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

#fdd09d Text Font Color

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

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


#fdd09d Background Color

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

This div background color is #fdd09d


#fdd09d Border Color

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

This div border color is #fdd09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd09d

Related Colors


Comments

No comments written yet.

Please login to write comment.