Color Hex Logo

#fdc163 Color Hex

#FDC163
(253,193,99)
0 Favorites   0 Comments

Color spaces of #fdc163

RGB 25319399
HSL0.100.970.69
HSV37°61°99°
CMYK 0.000.240.61   0.01
XYZ61.830159.923420.1120
Yxy59.92340.43580.4224
Hunter Lab77.41027.106038.7830
CIE-Lab81.796511.698554.7135

#fdc163 color RGB value is (253,193,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01100011
Octal 375 301 143
Decimal 253 193 99
Hex FD C1 63

RGB Percentages of Color #fdc163

%46.42
%35.41
%18.17

CMYK Percentages of Color #fdc163

%0
%24
%61
%1

Triadic Colors of #fdc163

#fdc163 #63fdc1 #c163fd

Analogous Colors of #fdc163

#fdc163 #ecfd63 #fd7463

Monochromatic Colors of #fdc163

#fdc163

Complementary Color

#fdc163 #639ffd

#fdc163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc163 Color CSS Codes

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

#fdc163 Text Font Color

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

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


#fdc163 Background Color

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

This div background color is #fdc163


#fdc163 Border Color

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

This div border color is #fdc163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc163

Related Colors


Comments

No comments written yet.

Please login to write comment.