Color Hex Logo

#fdb691 Color Hex

#FDB691
(253,182,145)
0 Favorites   0 Comments

Color spaces of #fdb691

RGB 253182145
HSL0.060.960.78
HSV21°43°99°
CMYK 0.000.280.43   0.01
XYZ62.346856.382934.3850
Yxy56.38290.40720.3682
Hunter Lab75.088516.805425.4115
CIE-Lab79.831221.373129.0297

#fdb691 color RGB value is (253,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 10010001
Octal 375 266 221
Decimal 253 182 145
Hex FD B6 91

RGB Percentages of Color #fdb691

%43.62
%31.38
%25.00

CMYK Percentages of Color #fdb691

%0
%28
%43
%1

Triadic Colors of #fdb691

#fdb691 #91fdb6 #b691fd

Analogous Colors of #fdb691

#fdb691 #fdec91 #fd91a2

Monochromatic Colors of #fdb691

#fdb691

Complementary Color

#fdb691 #91d8fd

#fdb691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb691 Color CSS Codes

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

#fdb691 Text Font Color

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

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


#fdb691 Background Color

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

This div background color is #fdb691


#fdb691 Border Color

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

This div border color is #fdb691


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,182,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 #fdb691">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb691


Comments

No comments written yet.

Please login to write comment.