Color Hex Logo

#fd834e Color Hex

#FD834E
(253,131,78)
0 Favorites   0 Comments

Color spaces of #fd834e

RGB 25313178
HSL0.050.980.65
HSV18°69°99°
CMYK 0.000.480.69   0.01
XYZ49.999537.665311.8426
Yxy37.66530.50250.3785
Hunter Lab61.372138.021931.5196
CIE-Lab67.773242.534648.9683

#fd834e color RGB value is (253,131,78).

#fd834e hex color red value is 253, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fd834e hue: 0.05 , saturation: 0.98 and the lightness value of fd834e is 0.65.

The process color (four color CMYK) of #fd834e color hex is 0.00, 0.48, 0.69, 0.01. Web safe color of #fd834e is #ff9966. Color #fd834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 01001110
Octal 375 203 116
Decimal 253 131 78
Hex FD 83 4E

RGB Percentages of Color #fd834e

%54.76
%28.35
%16.88

CMYK Percentages of Color #fd834e

%0
%48
%69
%1

Triadic Colors of #fd834e

#fd834e #4efd83 #834efd

Analogous Colors of #fd834e

#fd834e #fddb4e #fd4e71

Monochromatic Colors of #fd834e

#fd834e

Complementary Color

#fd834e #4ec8fd

#fd834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd834e Color CSS Codes

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

#fd834e Text Font Color

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

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


#fd834e Background Color

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

This div background color is #fd834e


#fd834e Border Color

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

This div border color is #fd834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd834e


Comments

No comments written yet.

Please login to write comment.