Color Hex Logo

#fdd526 Color Hex

#FDD526
(253,213,38)
0 Favorites   0 Comments

Color spaces of #fdd526

RGB 25321338
HSL0.140.980.57
HSV49°85°99°
CMYK 0.000.160.85   0.01
XYZ64.652168.611111.6695
Yxy68.61110.44610.4734
Hunter Lab82.8318-5.632449.6294
CIE-Lab86.3111-1.267581.3976

#fdd526 color RGB value is (253,213,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010101 00100110
Octal 375 325 46
Decimal 253 213 38
Hex FD D5 26

RGB Percentages of Color #fdd526

%50.20
%42.26
%7.54

CMYK Percentages of Color #fdd526

%0
%16
%85
%1

Triadic Colors of #fdd526

#fdd526 #26fdd5 #d526fd

Analogous Colors of #fdd526

#fdd526 #bafd26 #fd6a26

Monochromatic Colors of #fdd526

#fdd526

Complementary Color

#fdd526 #264efd

#fdd526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd526 Color CSS Codes

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

#fdd526 Text Font Color

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

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


#fdd526 Background Color

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

This div background color is #fdd526


#fdd526 Border Color

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

This div border color is #fdd526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd526

Related Colors


Comments

No comments written yet.

Please login to write comment.