Color Hex Logo

#fdeb5f Color Hex

#FDEB5F
(253,235,95)
0 Favorites   0 Comments

Color spaces of #fdeb5f

RGB 25323595
HSL0.150.980.68
HSV53°62°99°
CMYK 0.000.070.62   0.01
XYZ72.281981.125522.6756
Yxy81.12550.41050.4607
Hunter Lab90.0697-14.373848.1222
CIE-Lab92.1875-9.938067.9816

#fdeb5f color RGB value is (253,235,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01011111
Octal 375 353 137
Decimal 253 235 95
Hex FD EB 5F

RGB Percentages of Color #fdeb5f

%43.40
%40.31
%16.30

CMYK Percentages of Color #fdeb5f

%0
%7
%62
%1

Triadic Colors of #fdeb5f

#fdeb5f #5ffdeb #eb5ffd

Analogous Colors of #fdeb5f

#fdeb5f #c0fd5f #fd9c5f

Monochromatic Colors of #fdeb5f

#fdeb5f

Complementary Color

#fdeb5f #5f71fd

#fdeb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb5f Color CSS Codes

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

#fdeb5f Text Font Color

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

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


#fdeb5f Background Color

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

This div background color is #fdeb5f


#fdeb5f Border Color

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

This div border color is #fdeb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb5f

Related Colors


Comments

No comments written yet.

Please login to write comment.