Color Hex Logo

#fdeb88 Color Hex

#FDEB88
(253,235,136)
1 Favorites   0 Comments

Color spaces of #fdeb88

RGB 253235136
HSL0.140.970.76
HSV51°46°99°
CMYK 0.000.070.46   0.01
XYZ74.660382.076935.2000
Yxy82.07690.38900.4276
Hunter Lab90.5963-11.441940.3811
CIE-Lab92.6088-6.802049.9923

#fdeb88 color RGB value is (253,235,136).

#fdeb88 hex color red value is 253, green value is 235 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fdeb88 hue: 0.14 , saturation: 0.97 and the lightness value of fdeb88 is 0.76.

The process color (four color CMYK) of #fdeb88 color hex is 0.00, 0.07, 0.46, 0.01. Web safe color of #fdeb88 is #ffff99. Color #fdeb88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10001000
Octal 375 353 210
Decimal 253 235 136
Hex FD EB 88

RGB Percentages of Color #fdeb88

%40.54
%37.66
%21.79

CMYK Percentages of Color #fdeb88

%0
%7
%46
%1

Triadic Colors of #fdeb88

#fdeb88 #88fdeb #eb88fd

Analogous Colors of #fdeb88

#fdeb88 #d5fd88 #fdb188

Monochromatic Colors of #fdeb88

#fdeb88

Complementary Color

#fdeb88 #889afd

#fdeb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb88 Color CSS Codes

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

#fdeb88 Text Font Color

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

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


#fdeb88 Background Color

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

This div background color is #fdeb88


#fdeb88 Border Color

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

This div border color is #fdeb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb88


Comments

No comments written yet.

Please login to write comment.