Color Hex Logo

#fda17b Color Hex

#FDA17B
(253,161,123)
0 Favorites   0 Comments

Color spaces of #fda17b

RGB 253161123
HSL0.050.970.74
HSV18°51°99°
CMYK 0.000.360.51   0.01
XYZ56.828047.802424.9705
Yxy47.80240.43850.3688
Hunter Lab69.139325.721726.9842
CIE-Lab74.700130.273533.9595

#fda17b color RGB value is (253,161,123).

#fda17b hex color red value is 253, green value is 161 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fda17b hue: 0.05 , saturation: 0.97 and the lightness value of fda17b is 0.74.

The process color (four color CMYK) of #fda17b color hex is 0.00, 0.36, 0.51, 0.01. Web safe color of #fda17b is #ff9966. Color #fda17b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 01111011
Octal 375 241 173
Decimal 253 161 123
Hex FD A1 7B

RGB Percentages of Color #fda17b

%47.11
%29.98
%22.91

CMYK Percentages of Color #fda17b

%0
%36
%51
%1

Triadic Colors of #fda17b

#fda17b #7bfda1 #a17bfd

Analogous Colors of #fda17b

#fda17b #fde27b #fd7b96

Monochromatic Colors of #fda17b

#fda17b

Complementary Color

#fda17b #7bd7fd

#fda17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda17b Color CSS Codes

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

#fda17b Text Font Color

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

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


#fda17b Background Color

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

This div background color is #fda17b


#fda17b Border Color

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

This div border color is #fda17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda17b


Comments

No comments written yet.

Please login to write comment.