Color Hex Logo

#fd967e Color Hex

#FD967E
(253,150,126)
0 Favorites   0 Comments

Color spaces of #fd967e

RGB 253150126
HSL0.030.970.74
HSV11°50°99°
CMYK 0.000.410.50   0.01
XYZ55.180344.201725.3621
Yxy44.20170.44230.3543
Hunter Lab66.484431.802823.9214
CIE-Lab72.363136.235829.2935

#fd967e color RGB value is (253,150,126).

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

The process color (four color CMYK) of #fd967e color hex is 0.00, 0.41, 0.50, 0.01. Web safe color of #fd967e is #ff9966. Color #fd967e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010110 01111110
Octal 375 226 176
Decimal 253 150 126
Hex FD 96 7E

RGB Percentages of Color #fd967e

%47.83
%28.36
%23.82

CMYK Percentages of Color #fd967e

%0
%41
%50
%1

Triadic Colors of #fd967e

#fd967e #7efd96 #967efd

Analogous Colors of #fd967e

#fd967e #fdd67e #fd7ea6

Monochromatic Colors of #fd967e

#fd967e

Complementary Color

#fd967e #7ee5fd

#fd967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd967e Color CSS Codes

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

#fd967e Text Font Color

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

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


#fd967e Background Color

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

This div background color is #fd967e


#fd967e Border Color

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

This div border color is #fd967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd967e

Related Colors


Comments

No comments written yet.

Please login to write comment.