Color Hex Logo

#fdd250 Color Hex

#FDD250
(253,210,80)
0 Favorites   0 Comments

Color spaces of #fdd250

RGB 25321080
HSL0.130.980.65
HSV45°68°99°
CMYK 0.000.170.68   0.01
XYZ65.002667.555017.2028
Yxy67.55500.43400.4511
Hunter Lab82.1918-2.666545.1249
CIE-Lab85.78341.800167.3678

#fdd250 color RGB value is (253,210,80).

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

The process color (four color CMYK) of #fdd250 color hex is 0.00, 0.17, 0.68, 0.01. Web safe color of #fdd250 is #ffcc66. Color #fdd250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01010000
Octal 375 322 120
Decimal 253 210 80
Hex FD D2 50

RGB Percentages of Color #fdd250

%46.59
%38.67
%14.73

CMYK Percentages of Color #fdd250

%0
%17
%68
%1

Triadic Colors of #fdd250

#fdd250 #50fdd2 #d250fd

Analogous Colors of #fdd250

#fdd250 #d2fd50 #fd7c50

Monochromatic Colors of #fdd250

#fdd250

Complementary Color

#fdd250 #507bfd

#fdd250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd250 Color CSS Codes

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

#fdd250 Text Font Color

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

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


#fdd250 Background Color

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

This div background color is #fdd250


#fdd250 Border Color

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

This div border color is #fdd250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd250


Comments

No comments written yet.

Please login to write comment.