Color Hex Logo

#fdca65 Color Hex

#FDCA65
(253,202,101)
0 Favorites   0 Comments

Color spaces of #fdca65

RGB 253202101
HSL0.110.970.69
HSV40°60°99°
CMYK 0.000.200.60   0.01
XYZ63.977564.063321.3054
Yxy64.06330.42840.4290
Hunter Lab80.03962.610040.2455
CIE-Lab83.99877.164956.3006

#fdca65 color RGB value is (253,202,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 01100101
Octal 375 312 145
Decimal 253 202 101
Hex FD CA 65

RGB Percentages of Color #fdca65

%45.50
%36.33
%18.17

CMYK Percentages of Color #fdca65

%0
%20
%60
%1

Triadic Colors of #fdca65

#fdca65 #65fdca #ca65fd

Analogous Colors of #fdca65

#fdca65 #e4fd65 #fd7e65

Monochromatic Colors of #fdca65

#fdca65

Complementary Color

#fdca65 #6598fd

#fdca65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca65 Color CSS Codes

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

#fdca65 Text Font Color

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

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


#fdca65 Background Color

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

This div background color is #fdca65


#fdca65 Border Color

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

This div border color is #fdca65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca65


Comments

No comments written yet.

Please login to write comment.