Color Hex Logo

#fdbe91 Color Hex

#FDBE91
(253,190,145)
0 Favorites   0 Comments

Color spaces of #fdbe91

RGB 253190145
HSL0.070.960.78
HSV25°43°99°
CMYK 0.000.250.43   0.01
XYZ64.032359.753934.9468
Yxy59.75390.40340.3764
Hunter Lab77.300612.585127.3061
CIE-Lab81.704217.180031.5212

#fdbe91 color RGB value is (253,190,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10010001
Octal 375 276 221
Decimal 253 190 145
Hex FD BE 91

RGB Percentages of Color #fdbe91

%43.03
%32.31
%24.66

CMYK Percentages of Color #fdbe91

%0
%25
%43
%1

Triadic Colors of #fdbe91

#fdbe91 #91fdbe #be91fd

Analogous Colors of #fdbe91

#fdbe91 #fdf491 #fd919a

Monochromatic Colors of #fdbe91

#fdbe91

Complementary Color

#fdbe91 #91d0fd

#fdbe91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe91 Color CSS Codes

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

#fdbe91 Text Font Color

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

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


#fdbe91 Background Color

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

This div background color is #fdbe91


#fdbe91 Border Color

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

This div border color is #fdbe91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe91


Comments

No comments written yet.

Please login to write comment.