Color Hex Logo

#fdd763 Color Hex

#FDD763
(253,215,99)
0 Favorites   0 Comments

Color spaces of #fdd763

RGB 25321599
HSL0.130.970.69
HSV45°61°99°
CMYK 0.000.150.61   0.01
XYZ67.060670.384421.8555
Yxy70.38440.42100.4418
Hunter Lab83.8954-4.135543.2812
CIE-Lab87.18510.359560.8035

#fdd763 color RGB value is (253,215,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010111 01100011
Octal 375 327 143
Decimal 253 215 99
Hex FD D7 63

RGB Percentages of Color #fdd763

%44.62
%37.92
%17.46

CMYK Percentages of Color #fdd763

%0
%15
%61
%1

Triadic Colors of #fdd763

#fdd763 #63fdd7 #d763fd

Analogous Colors of #fdd763

#fdd763 #d6fd63 #fd8a63

Monochromatic Colors of #fdd763

#fdd763

Complementary Color

#fdd763 #6389fd

#fdd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd763 Color CSS Codes

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

#fdd763 Text Font Color

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

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


#fdd763 Background Color

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

This div background color is #fdd763


#fdd763 Border Color

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

This div border color is #fdd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd763

Related Colors


Comments

No comments written yet.

Please login to write comment.