Color Hex Logo

#fdd54b Color Hex

#FDD54B
(253,213,75)
0 Favorites   0 Comments

Color spaces of #fdd54b

RGB 25321375
HSL0.130.980.64
HSV47°70°99°
CMYK 0.000.160.70   0.01
XYZ65.572368.979116.5149
Yxy68.97910.43410.4566
Hunter Lab83.0537-4.415146.3480
CIE-Lab86.49370.021970.0532

#fdd54b color RGB value is (253,213,75).

#fdd54b hex color red value is 253, green value is 213 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fdd54b hue: 0.13 , saturation: 0.98 and the lightness value of fdd54b is 0.64.

The process color (four color CMYK) of #fdd54b color hex is 0.00, 0.16, 0.70, 0.01. Web safe color of #fdd54b is #ffcc33. Color #fdd54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 01001011
Octal 375 325 113
Decimal 253 213 75
Hex FD D5 4B

RGB Percentages of Color #fdd54b

%46.77
%39.37
%13.86

CMYK Percentages of Color #fdd54b

%0
%16
%70
%1

Triadic Colors of #fdd54b

#fdd54b #4bfdd5 #d54bfd

Analogous Colors of #fdd54b

#fdd54b #ccfd4b #fd7c4b

Monochromatic Colors of #fdd54b

#fdd54b

Complementary Color

#fdd54b #4b73fd

#fdd54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd54b Color CSS Codes

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

#fdd54b Text Font Color

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

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


#fdd54b Background Color

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

This div background color is #fdd54b


#fdd54b Border Color

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

This div border color is #fdd54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd54b


Comments

No comments written yet.

Please login to write comment.