Color Hex Logo

#fdd148 Color Hex

#FDD148
(253,209,72)
0 Favorites   0 Comments

Color spaces of #fdd148

RGB 25320972
HSL0.130.980.64
HSV45°72°99°
CMYK 0.000.170.72   0.01
XYZ64.478266.951515.6554
Yxy66.95150.43840.4552
Hunter Lab81.8239-2.531745.9327
CIE-Lab85.47941.922670.1879

#fdd148 color RGB value is (253,209,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 01001000
Octal 375 321 110
Decimal 253 209 72
Hex FD D1 48

RGB Percentages of Color #fdd148

%47.38
%39.14
%13.48

CMYK Percentages of Color #fdd148

%0
%17
%72
%1

Triadic Colors of #fdd148

#fdd148 #48fdd1 #d148fd

Analogous Colors of #fdd148

#fdd148 #cffd48 #fd7748

Monochromatic Colors of #fdd148

#fdd148

Complementary Color

#fdd148 #4874fd

#fdd148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd148 Color CSS Codes

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

#fdd148 Text Font Color

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

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


#fdd148 Background Color

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

This div background color is #fdd148


#fdd148 Border Color

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

This div border color is #fdd148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd148


Comments

No comments written yet.

Please login to write comment.