Color Hex Logo

#fdc653 Color Hex

#FDC653
(253,198,83)
0 Favorites   0 Comments

Color spaces of #fdc653

RGB 25319883
HSL0.110.980.66
HSV41°67°99°
CMYK 0.000.220.67   0.01
XYZ62.263461.895316.8490
Yxy61.89530.44160.4389
Hunter Lab78.67363.588742.3737
CIE-Lab82.85778.134263.0698

#fdc653 color RGB value is (253,198,83).

#fdc653 hex color red value is 253, green value is 198 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #fdc653 hue: 0.11 , saturation: 0.98 and the lightness value of fdc653 is 0.66.

The process color (four color CMYK) of #fdc653 color hex is 0.00, 0.22, 0.67, 0.01. Web safe color of #fdc653 is #ffcc66. Color #fdc653 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 01010011
Octal 375 306 123
Decimal 253 198 83
Hex FD C6 53

RGB Percentages of Color #fdc653

%47.38
%37.08
%15.54

CMYK Percentages of Color #fdc653

%0
%22
%67
%1

Triadic Colors of #fdc653

#fdc653 #53fdc6 #c653fd

Analogous Colors of #fdc653

#fdc653 #dffd53 #fd7153

Monochromatic Colors of #fdc653

#fdc653

Complementary Color

#fdc653 #538afd

#fdc653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc653 Color CSS Codes

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

#fdc653 Text Font Color

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

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


#fdc653 Background Color

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

This div background color is #fdc653


#fdc653 Border Color

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

This div border color is #fdc653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc653

Related Colors


Comments

No comments written yet.

Please login to write comment.