Color Hex Logo

#fdd863 Color Hex

#FDD863
(253,216,99)
0 Favorites   0 Comments

Color spaces of #fdd863

RGB 25321699
HSL0.130.970.69
HSV46°61°99°
CMYK 0.000.150.61   0.01
XYZ67.316070.895221.9406
Yxy70.89520.42030.4427
Hunter Lab84.1993-4.640843.4897
CIE-Lab87.4341-0.149561.0810

#fdd863 color RGB value is (253,216,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01100011
Octal 375 330 143
Decimal 253 216 99
Hex FD D8 63

RGB Percentages of Color #fdd863

%44.54
%38.03
%17.43

CMYK Percentages of Color #fdd863

%0
%15
%61
%1

Triadic Colors of #fdd863

#fdd863 #63fdd8 #d863fd

Analogous Colors of #fdd863

#fdd863 #d5fd63 #fd8b63

Monochromatic Colors of #fdd863

#fdd863

Complementary Color

#fdd863 #6388fd

#fdd863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd863 Color CSS Codes

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

#fdd863 Text Font Color

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

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


#fdd863 Background Color

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

This div background color is #fdd863


#fdd863 Border Color

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

This div border color is #fdd863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd863


Comments

No comments written yet.

Please login to write comment.