Color Hex Logo

#fdb695 Color Hex

#FDB695
(253,182,149)
0 Favorites   0 Comments

Color spaces of #fdb695

RGB 253182149
HSL0.050.960.79
HSV19°41°99°
CMYK 0.000.280.41   0.01
XYZ62.660856.508536.0384
Yxy56.50850.40370.3641
Hunter Lab75.172117.240024.1962
CIE-Lab79.902321.794727.0033

#fdb695 color RGB value is (253,182,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 10010101
Octal 375 266 225
Decimal 253 182 149
Hex FD B6 95

RGB Percentages of Color #fdb695

%43.32
%31.16
%25.51

CMYK Percentages of Color #fdb695

%0
%28
%41
%1

Triadic Colors of #fdb695

#fdb695 #95fdb6 #b695fd

Analogous Colors of #fdb695

#fdb695 #fdea95 #fd95a8

Monochromatic Colors of #fdb695

#fdb695

Complementary Color

#fdb695 #95dcfd

#fdb695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb695 Color CSS Codes

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

#fdb695 Text Font Color

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

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


#fdb695 Background Color

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

This div background color is #fdb695


#fdb695 Border Color

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

This div border color is #fdb695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb695


Comments

No comments written yet.

Please login to write comment.