Color Hex Logo

#fd9683 Color Hex

#FD9683
(253,150,131)
1 Favorites   0 Comments

Color spaces of #fd9683

RGB 253150131
HSL0.030.970.75
HSV48°99°
CMYK 0.000.410.48   0.01
XYZ55.511144.334027.1043
Yxy44.33400.43730.3492
Hunter Lab66.583832.294422.4734
CIE-Lab72.451236.688026.6898

#fd9683 color RGB value is (253,150,131).

#fd9683 hex color red value is 253, green value is 150 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fd9683 hue: 0.03 , saturation: 0.97 and the lightness value of fd9683 is 0.75.

The process color (four color CMYK) of #fd9683 color hex is 0.00, 0.41, 0.48, 0.01. Web safe color of #fd9683 is #ff9999. Color #fd9683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 10000011
Octal 375 226 203
Decimal 253 150 131
Hex FD 96 83

RGB Percentages of Color #fd9683

%47.38
%28.09
%24.53

CMYK Percentages of Color #fd9683

%0
%41
%48
%1

Triadic Colors of #fd9683

#fd9683 #83fd96 #9683fd

Analogous Colors of #fd9683

#fd9683 #fdd383 #fd83ad

Monochromatic Colors of #fd9683

#fd9683

Complementary Color

#fd9683 #83eafd

#fd9683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9683 Color CSS Codes

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

#fd9683 Text Font Color

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

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


#fd9683 Background Color

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

This div background color is #fd9683


#fd9683 Border Color

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

This div border color is #fd9683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9683

Related Colors


Comments

No comments written yet.

Please login to write comment.