Color Hex Logo

#fddd38 Color Hex

#FDDD38
(253,221,56)
0 Favorites   0 Comments

Color spaces of #fddd38

RGB 25322156
HSL0.140.980.61
HSV50°78°99°
CMYK 0.000.130.78   0.01
XYZ67.078372.881114.2734
Yxy72.88110.43490.4725
Hunter Lab85.3704-9.145049.8464
CIE-Lab88.3910-4.799378.3863

#fddd38 color RGB value is (253,221,56).

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

The process color (four color CMYK) of #fddd38 color hex is 0.00, 0.13, 0.78, 0.01. Web safe color of #fddd38 is #ffcc33. Color #fddd38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 00111000
Octal 375 335 70
Decimal 253 221 56
Hex FD DD 38

RGB Percentages of Color #fddd38

%47.74
%41.70
%10.57

CMYK Percentages of Color #fddd38

%0
%13
%78
%1

Triadic Colors of #fddd38

#fddd38 #38fddd #dd38fd

Analogous Colors of #fddd38

#fddd38 #bbfd38 #fd7b38

Monochromatic Colors of #fddd38

#fddd38

Complementary Color

#fddd38 #3858fd

#fddd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd38 Color CSS Codes

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

#fddd38 Text Font Color

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

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


#fddd38 Background Color

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

This div background color is #fddd38


#fddd38 Border Color

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

This div border color is #fddd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd38

Related Colors


Comments

No comments written yet.

Please login to write comment.