Color Hex Logo

#fdeeba Color Hex

#FDEEBA
(253,238,186)
0 Favorites   0 Comments

Color spaces of #fdeeba

RGB 253238186
HSL0.130.940.86
HSV47°26°99°
CMYK 0.000.060.26   0.01
XYZ79.945585.576958.7588
Yxy85.57690.35650.3816
Hunter Lab92.5078-7.628427.0958
CIE-Lab94.1311-2.725127.0513

#fdeeba color RGB value is (253,238,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101110 10111010
Octal 375 356 272
Decimal 253 238 186
Hex FD EE BA

RGB Percentages of Color #fdeeba

%37.37
%35.16
%27.47

CMYK Percentages of Color #fdeeba

%0
%6
%26
%1

Triadic Colors of #fdeeba

#fdeeba #bafdee #eebafd

Analogous Colors of #fdeeba

#fdeeba #ebfdba #fdcdba

Monochromatic Colors of #fdeeba

#fdeeba

Complementary Color

#fdeeba #bac9fd

#fdeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeeba Color CSS Codes

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

#fdeeba Text Font Color

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

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


#fdeeba Background Color

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

This div background color is #fdeeba


#fdeeba Border Color

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

This div border color is #fdeeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeeba


Comments

No comments written yet.

Please login to write comment.