Color Hex Logo

#fdd330 Color Hex

#FDD330
(253,211,48)
0 Favorites   0 Comments

Color spaces of #fdd330

RGB 25321148
HSL0.130.980.59
HSV48°81°99°
CMYK 0.000.170.81   0.01
XYZ64.335867.684612.4699
Yxy67.68460.44530.4684
Hunter Lab82.2707-4.386348.6028
CIE-Lab85.84850.008278.4759

#fdd330 color RGB value is (253,211,48).

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

The process color (four color CMYK) of #fdd330 color hex is 0.00, 0.17, 0.81, 0.01. Web safe color of #fdd330 is #ffcc33. Color #fdd330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010011 00110000
Octal 375 323 60
Decimal 253 211 48
Hex FD D3 30

RGB Percentages of Color #fdd330

%49.41
%41.21
%9.38

CMYK Percentages of Color #fdd330

%0
%17
%81
%1

Triadic Colors of #fdd330

#fdd330 #30fdd3 #d330fd

Analogous Colors of #fdd330

#fdd330 #c1fd30 #fd6d30

Monochromatic Colors of #fdd330

#fdd330

Complementary Color

#fdd330 #305afd

#fdd330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd330 Color CSS Codes

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

#fdd330 Text Font Color

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

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


#fdd330 Background Color

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

This div background color is #fdd330


#fdd330 Border Color

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

This div border color is #fdd330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd330


Comments

No comments written yet.

Please login to write comment.