Color Hex Logo

#fdeb81 Color Hex

#FDEB81
(253,235,129)
0 Favorites   0 Comments

Color spaces of #fdeb81

RGB 253235129
HSL0.140.970.75
HSV51°49°99°
CMYK 0.000.070.49   0.01
XYZ74.178881.884332.6645
Yxy81.88430.39300.4339
Hunter Lab90.4899-12.032741.9408
CIE-Lab92.5238-7.429553.2239

#fdeb81 color RGB value is (253,235,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10000001
Octal 375 353 201
Decimal 253 235 129
Hex FD EB 81

RGB Percentages of Color #fdeb81

%41.00
%38.09
%20.91

CMYK Percentages of Color #fdeb81

%0
%7
%49
%1

Triadic Colors of #fdeb81

#fdeb81 #81fdeb #eb81fd

Analogous Colors of #fdeb81

#fdeb81 #d1fd81 #fdad81

Monochromatic Colors of #fdeb81

#fdeb81

Complementary Color

#fdeb81 #8193fd

#fdeb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb81 Color CSS Codes

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

#fdeb81 Text Font Color

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

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


#fdeb81 Background Color

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

This div background color is #fdeb81


#fdeb81 Border Color

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

This div border color is #fdeb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb81

#fdeb81 Color Palettes


Comments

No comments written yet.

Please login to write comment.