Color Hex Logo

#ffd948 Color Hex

#FFD948
(255,217,72)
0 Favorites   0 Comments

Color spaces of #ffd948

RGB 25521772
HSL0.131.000.64
HSV48°72°100°
CMYK 0.000.150.72   0.00
XYZ67.222671.353616.3605
Yxy71.35360.43390.4605
Hunter Lab84.4711-5.772947.6464
CIE-Lab87.6565-1.314672.3915

#ffd948 color RGB value is (255,217,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01001000
Octal 377 331 110
Decimal 255 217 72
Hex FF D9 48

RGB Percentages of Color #ffd948

%46.88
%39.89
%13.24

CMYK Percentages of Color #ffd948

%0
%15
%72
%0

Triadic Colors of #ffd948

#ffd948 #48ffd9 #d948ff

Analogous Colors of #ffd948

#ffd948 #caff48 #ff7e48

Monochromatic Colors of #ffd948

#ffd948

Complementary Color

#ffd948 #486eff

#ffd948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd948 Color CSS Codes

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

#ffd948 Text Font Color

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

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


#ffd948 Background Color

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

This div background color is #ffd948


#ffd948 Border Color

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

This div border color is #ffd948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,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 #ffd948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd948

Related Colors


Comments

No comments written yet.

Please login to write comment.