Color Hex Logo

#fdca64 Color Hex

#FDCA64
(253,202,100)
0 Favorites   0 Comments

Color spaces of #fdca64

RGB 253202100
HSL0.110.970.69
HSV40°60°99°
CMYK 0.000.200.60   0.01
XYZ63.928864.043821.0489
Yxy64.04380.42900.4298
Hunter Lab80.02742.544540.4246
CIE-Lab83.98867.097456.7510

#fdca64 color RGB value is (253,202,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 01100100
Octal 375 312 144
Decimal 253 202 100
Hex FD CA 64

RGB Percentages of Color #fdca64

%45.59
%36.40
%18.02

CMYK Percentages of Color #fdca64

%0
%20
%60
%1

Triadic Colors of #fdca64

#fdca64 #64fdca #ca64fd

Analogous Colors of #fdca64

#fdca64 #e4fd64 #fd7e64

Monochromatic Colors of #fdca64

#fdca64

Complementary Color

#fdca64 #6497fd

#fdca64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca64 Color CSS Codes

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

#fdca64 Text Font Color

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

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


#fdca64 Background Color

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

This div background color is #fdca64


#fdca64 Border Color

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

This div border color is #fdca64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca64


Comments

No comments written yet.

Please login to write comment.