Color Hex Logo

#fdcc63 Color Hex

#FDCC63
(253,204,99)
0 Favorites   0 Comments

Color spaces of #fdcc63

RGB 25320499
HSL0.110.970.69
HSV41°61°99°
CMYK 0.000.190.61   0.01
XYZ64.353064.969220.9529
Yxy64.96920.42820.4323
Hunter Lab80.60351.456541.0100
CIE-Lab84.46795.998357.7534

#fdcc63 color RGB value is (253,204,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 01100011
Octal 375 314 143
Decimal 253 204 99
Hex FD CC 63

RGB Percentages of Color #fdcc63

%45.50
%36.69
%17.81

CMYK Percentages of Color #fdcc63

%0
%19
%61
%1

Triadic Colors of #fdcc63

#fdcc63 #63fdcc #cc63fd

Analogous Colors of #fdcc63

#fdcc63 #e1fd63 #fd7f63

Monochromatic Colors of #fdcc63

#fdcc63

Complementary Color

#fdcc63 #6394fd

#fdcc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcc63 Color CSS Codes

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

#fdcc63 Text Font Color

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

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


#fdcc63 Background Color

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

This div background color is #fdcc63


#fdcc63 Border Color

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

This div border color is #fdcc63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcc63


Comments

No comments written yet.

Please login to write comment.