Color Hex Logo

#fdeb5b Color Hex

#FDEB5B
(253,235,91)
0 Favorites   0 Comments

Color spaces of #fdeb5b

RGB 25323591
HSL0.150.980.67
HSV53°64°99°
CMYK 0.000.070.64   0.01
XYZ72.104781.054621.7423
Yxy81.05460.41230.4634
Hunter Lab90.0303-14.593648.7027
CIE-Lab92.1560-10.175469.5766

#fdeb5b color RGB value is (253,235,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 01011011
Octal 375 353 133
Decimal 253 235 91
Hex FD EB 5B

RGB Percentages of Color #fdeb5b

%43.70
%40.59
%15.72

CMYK Percentages of Color #fdeb5b

%0
%7
%64
%1

Triadic Colors of #fdeb5b

#fdeb5b #5bfdeb #eb5bfd

Analogous Colors of #fdeb5b

#fdeb5b #befd5b #fd9a5b

Monochromatic Colors of #fdeb5b

#fdeb5b

Complementary Color

#fdeb5b #5b6dfd

#fdeb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb5b Color CSS Codes

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

#fdeb5b Text Font Color

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

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


#fdeb5b Background Color

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

This div background color is #fdeb5b


#fdeb5b Border Color

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

This div border color is #fdeb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb5b

Related Colors


Comments

No comments written yet.

Please login to write comment.