Color Hex Logo

#fda37b Color Hex

#FDA37B
(253,163,123)
0 Favorites   0 Comments

Color spaces of #fda37b

RGB 253163123
HSL0.050.970.74
HSV18°51°99°
CMYK 0.000.360.51   0.01
XYZ57.180448.507125.0880
Yxy48.50710.43720.3709
Hunter Lab69.647024.666627.3957
CIE-Lab75.143729.230634.5325

#fda37b color RGB value is (253,163,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100011 01111011
Octal 375 243 173
Decimal 253 163 123
Hex FD A3 7B

RGB Percentages of Color #fda37b

%46.94
%30.24
%22.82

CMYK Percentages of Color #fda37b

%0
%36
%51
%1

Triadic Colors of #fda37b

#fda37b #7bfda3 #a37bfd

Analogous Colors of #fda37b

#fda37b #fde47b #fd7b94

Monochromatic Colors of #fda37b

#fda37b

Complementary Color

#fda37b #7bd5fd

#fda37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda37b Color CSS Codes

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

#fda37b Text Font Color

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

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


#fda37b Background Color

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

This div background color is #fda37b


#fda37b Border Color

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

This div border color is #fda37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda37b


Comments

No comments written yet.

Please login to write comment.