Color Hex Logo

#fdcb63 Color Hex

#FDCB63
(253,203,99)
0 Favorites   0 Comments

Color spaces of #fdcb63

RGB 25320399
HSL0.110.970.69
HSV41°61°99°
CMYK 0.000.200.61   0.01
XYZ64.116164.495420.8740
Yxy64.49540.42890.4314
Hunter Lab80.30901.967840.8056
CIE-Lab84.22306.514257.4764

#fdcb63 color RGB value is (253,203,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01100011
Octal 375 313 143
Decimal 253 203 99
Hex FD CB 63

RGB Percentages of Color #fdcb63

%45.59
%36.58
%17.84

CMYK Percentages of Color #fdcb63

%0
%20
%61
%1

Triadic Colors of #fdcb63

#fdcb63 #63fdcb #cb63fd

Analogous Colors of #fdcb63

#fdcb63 #e2fd63 #fd7e63

Monochromatic Colors of #fdcb63

#fdcb63

Complementary Color

#fdcb63 #6395fd

#fdcb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb63 Color CSS Codes

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

#fdcb63 Text Font Color

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

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


#fdcb63 Background Color

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

This div background color is #fdcb63


#fdcb63 Border Color

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

This div border color is #fdcb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb63


Comments

No comments written yet.

Please login to write comment.