Color Hex Logo

#fdedba Color Hex

#FDEDBA
(253,237,186)
0 Favorites   0 Comments

Color spaces of #fdedba

RGB 253237186
HSL0.130.940.86
HSV46°26°99°
CMYK 0.000.060.26   0.01
XYZ79.655184.996258.6620
Yxy84.99620.35670.3806
Hunter Lab92.1934-7.114426.8096
CIE-Lab93.8815-2.221126.7103

#fdedba color RGB value is (253,237,186).

#fdedba hex color red value is 253, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fdedba hue: 0.13 , saturation: 0.94 and the lightness value of fdedba is 0.86.

The process color (four color CMYK) of #fdedba color hex is 0.00, 0.06, 0.26, 0.01. Web safe color of #fdedba is #ffffcc. Color #fdedba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101101 10111010
Octal 375 355 272
Decimal 253 237 186
Hex FD ED BA

RGB Percentages of Color #fdedba

%37.43
%35.06
%27.51

CMYK Percentages of Color #fdedba

%0
%6
%26
%1

Triadic Colors of #fdedba

#fdedba #bafded #edbafd

Analogous Colors of #fdedba

#fdedba #ecfdba #fdccba

Monochromatic Colors of #fdedba

#fdedba

Complementary Color

#fdedba #bacafd

#fdedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedba Color CSS Codes

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

#fdedba Text Font Color

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

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


#fdedba Background Color

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

This div background color is #fdedba


#fdedba Border Color

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

This div border color is #fdedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedba

Related Colors


Comments

No comments written yet.

Please login to write comment.