Color Hex Logo

#fd984b Color Hex

#FD984B
(253,152,75)
0 Favorites   0 Comments

Color spaces of #fd984b

RGB 25315275
HSL0.070.980.64
HSV26°70°99°
CMYK 0.000.400.70   0.01
XYZ53.006243.847112.3262
Yxy43.84710.48550.4016
Hunter Lab66.217127.007635.3153
CIE-Lab72.126231.705455.1912

#fd984b color RGB value is (253,152,75).

#fd984b hex color red value is 253, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fd984b hue: 0.07 , saturation: 0.98 and the lightness value of fd984b is 0.64.

The process color (four color CMYK) of #fd984b color hex is 0.00, 0.40, 0.70, 0.01. Web safe color of #fd984b is #ff9933. Color #fd984b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 01001011
Octal 375 230 113
Decimal 253 152 75
Hex FD 98 4B

RGB Percentages of Color #fd984b

%52.71
%31.67
%15.63

CMYK Percentages of Color #fd984b

%0
%40
%70
%1

Triadic Colors of #fd984b

#fd984b #4bfd98 #984bfd

Analogous Colors of #fd984b

#fd984b #fdf14b #fd4b57

Monochromatic Colors of #fd984b

#fd984b

Complementary Color

#fd984b #4bb0fd

#fd984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd984b Color CSS Codes

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

#fd984b Text Font Color

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

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


#fd984b Background Color

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

This div background color is #fd984b


#fd984b Border Color

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

This div border color is #fd984b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd984b


Comments

No comments written yet.

Please login to write comment.