Color Hex Logo

#fdbe9b Color Hex

#FDBE9B
(253,190,155)
0 Favorites   0 Comments

Color spaces of #fdbe9b

RGB 253190155
HSL0.060.960.80
HSV21°39°99°
CMYK 0.000.250.39   0.01
XYZ64.837960.076139.1889
Yxy60.07610.39510.3661
Hunter Lab77.508813.679124.2788
CIE-Lab81.879518.254926.4930

#fdbe9b color RGB value is (253,190,155).

#fdbe9b hex color red value is 253, green value is 190 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fdbe9b hue: 0.06 , saturation: 0.96 and the lightness value of fdbe9b is 0.80.

The process color (four color CMYK) of #fdbe9b color hex is 0.00, 0.25, 0.39, 0.01. Web safe color of #fdbe9b is #ffcc99. Color #fdbe9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10011011
Octal 375 276 233
Decimal 253 190 155
Hex FD BE 9B

RGB Percentages of Color #fdbe9b

%42.31
%31.77
%25.92

CMYK Percentages of Color #fdbe9b

%0
%25
%39
%1

Triadic Colors of #fdbe9b

#fdbe9b #9bfdbe #be9bfd

Analogous Colors of #fdbe9b

#fdbe9b #fdef9b #fd9ba9

Monochromatic Colors of #fdbe9b

#fdbe9b

Complementary Color

#fdbe9b #9bdafd

#fdbe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe9b Color CSS Codes

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

#fdbe9b Text Font Color

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

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


#fdbe9b Background Color

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

This div background color is #fdbe9b


#fdbe9b Border Color

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

This div border color is #fdbe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe9b


Comments

No comments written yet.

Please login to write comment.