Color Hex Logo

#fda568 Color Hex

#FDA568
(253,165,104)
0 Favorites   0 Comments

Color spaces of #fda568

RGB 253165104
HSL0.070.970.70
HSV25°59°99°
CMYK 0.000.350.59   0.01
XYZ56.461848.792419.5387
Yxy48.79240.45240.3910
Hunter Lab69.851622.043332.3116
CIE-Lab75.322026.686344.6432

#fda568 color RGB value is (253,165,104).

#fda568 hex color red value is 253, green value is 165 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fda568 hue: 0.07 , saturation: 0.97 and the lightness value of fda568 is 0.70.

The process color (four color CMYK) of #fda568 color hex is 0.00, 0.35, 0.59, 0.01. Web safe color of #fda568 is #ff9966. Color #fda568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01101000
Octal 375 245 150
Decimal 253 165 104
Hex FD A5 68

RGB Percentages of Color #fda568

%48.47
%31.61
%19.92

CMYK Percentages of Color #fda568

%0
%35
%59
%1

Triadic Colors of #fda568

#fda568 #68fda5 #a568fd

Analogous Colors of #fda568

#fda568 #fdf068 #fd6876

Monochromatic Colors of #fda568

#fda568

Complementary Color

#fda568 #68c0fd

#fda568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda568 Color CSS Codes

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

#fda568 Text Font Color

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

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


#fda568 Background Color

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

This div background color is #fda568


#fda568 Border Color

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

This div border color is #fda568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda568

Related Colors


Comments

No comments written yet.

Please login to write comment.