Color Hex Logo

#fdd865 Color Hex

#FDD865
(253,216,101)
0 Favorites   0 Comments

Color spaces of #fdd865

RGB 253216101
HSL0.130.970.69
HSV45°60°99°
CMYK 0.000.150.60   0.01
XYZ67.412870.934022.4505
Yxy70.93400.41920.4411
Hunter Lab84.2223-4.515043.1511
CIE-Lab87.4529-0.017360.2122

#fdd865 color RGB value is (253,216,101).

#fdd865 hex color red value is 253, green value is 216 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fdd865 hue: 0.13 , saturation: 0.97 and the lightness value of fdd865 is 0.69.

The process color (four color CMYK) of #fdd865 color hex is 0.00, 0.15, 0.60, 0.01. Web safe color of #fdd865 is #ffcc66. Color #fdd865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01100101
Octal 375 330 145
Decimal 253 216 101
Hex FD D8 65

RGB Percentages of Color #fdd865

%44.39
%37.89
%17.72

CMYK Percentages of Color #fdd865

%0
%15
%60
%1

Triadic Colors of #fdd865

#fdd865 #65fdd8 #d865fd

Analogous Colors of #fdd865

#fdd865 #d6fd65 #fd8c65

Monochromatic Colors of #fdd865

#fdd865

Complementary Color

#fdd865 #658afd

#fdd865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd865 Color CSS Codes

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

#fdd865 Text Font Color

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

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


#fdd865 Background Color

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

This div background color is #fdd865


#fdd865 Border Color

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

This div border color is #fdd865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd865

Related Colors

#fdd865 Color Palettes


Comments

No comments written yet.

Please login to write comment.