Color Hex Logo

#fdc263 Color Hex

#FDC263
(253,194,99)
0 Favorites   0 Comments

Color spaces of #fdc263

RGB 25319499
HSL0.100.970.69
HSV37°61°99°
CMYK 0.000.230.61   0.01
XYZ62.051960.367120.1859
Yxy60.36710.43510.4233
Hunter Lab77.69636.590038.9835
CIE-Lab82.037311.178154.9893

#fdc263 color RGB value is (253,194,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01100011
Octal 375 302 143
Decimal 253 194 99
Hex FD C2 63

RGB Percentages of Color #fdc263

%46.34
%35.53
%18.13

CMYK Percentages of Color #fdc263

%0
%23
%61
%1

Triadic Colors of #fdc263

#fdc263 #63fdc2 #c263fd

Analogous Colors of #fdc263

#fdc263 #ebfd63 #fd7563

Monochromatic Colors of #fdc263

#fdc263

Complementary Color

#fdc263 #639efd

#fdc263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc263 Color CSS Codes

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

#fdc263 Text Font Color

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

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


#fdc263 Background Color

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

This div background color is #fdc263


#fdc263 Border Color

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

This div border color is #fdc263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc263


Comments

No comments written yet.

Please login to write comment.