Color Hex Logo

#ffd448 Color Hex

#FFD448
(255,212,72)
0 Favorites   0 Comments

Color spaces of #ffd448

RGB 25521272
HSL0.131.000.64
HSV46°72°100°
CMYK 0.000.170.72   0.00
XYZ65.953268.814815.9374
Yxy68.81480.43760.4566
Hunter Lab82.9547-3.254146.6774
CIE-Lab86.41231.226771.1708

#ffd448 color RGB value is (255,212,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01001000
Octal 377 324 110
Decimal 255 212 72
Hex FF D4 48

RGB Percentages of Color #ffd448

%47.31
%39.33
%13.36

CMYK Percentages of Color #ffd448

%0
%17
%72
%0

Triadic Colors of #ffd448

#ffd448 #48ffd4 #d448ff

Analogous Colors of #ffd448

#ffd448 #cfff48 #ff7948

Monochromatic Colors of #ffd448

#ffd448

Complementary Color

#ffd448 #4873ff

#ffd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd448 Color CSS Codes

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

#ffd448 Text Font Color

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

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


#ffd448 Background Color

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

This div background color is #ffd448


#ffd448 Border Color

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

This div border color is #ffd448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd448


Comments

No comments written yet.

Please login to write comment.