Color Hex Logo

#fdeb71 Color Hex

#FDEB71
(253,235,113)
0 Favorites   0 Comments

Color spaces of #fdeb71

RGB 253235113
HSL0.150.970.72
HSV52°55°99°
CMYK 0.000.070.55   0.01
XYZ73.197081.491627.4943
Yxy81.49160.40180.4473
Hunter Lab90.2727-13.241745.1330
CIE-Lab92.3500-8.720560.3976

#fdeb71 color RGB value is (253,235,113).

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

The process color (four color CMYK) of #fdeb71 color hex is 0.00, 0.07, 0.55, 0.01. Web safe color of #fdeb71 is #ffff66. Color #fdeb71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01110001
Octal 375 353 161
Decimal 253 235 113
Hex FD EB 71

RGB Percentages of Color #fdeb71

%42.10
%39.10
%18.80

CMYK Percentages of Color #fdeb71

%0
%7
%55
%1

Triadic Colors of #fdeb71

#fdeb71 #71fdeb #eb71fd

Analogous Colors of #fdeb71

#fdeb71 #c9fd71 #fda571

Monochromatic Colors of #fdeb71

#fdeb71

Complementary Color

#fdeb71 #7183fd

#fdeb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb71 Color CSS Codes

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

#fdeb71 Text Font Color

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

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


#fdeb71 Background Color

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

This div background color is #fdeb71


#fdeb71 Border Color

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

This div border color is #fdeb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb71


Comments

No comments written yet.

Please login to write comment.