Color Hex Logo

#ffd748 Color Hex

#FFD748
(255,215,72)
0 Favorites   0 Comments

Color spaces of #ffd748

RGB 25521572
HSL0.131.000.64
HSV47°72°100°
CMYK 0.000.160.72   0.00
XYZ66.710170.328816.1897
Yxy70.32880.43540.4590
Hunter Lab83.8623-4.767247.2576
CIE-Lab87.1579-0.300271.9031

#ffd748 color RGB value is (255,215,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01001000
Octal 377 327 110
Decimal 255 215 72
Hex FF D7 48

RGB Percentages of Color #ffd748

%47.05
%39.67
%13.28

CMYK Percentages of Color #ffd748

%0
%16
%72
%0

Triadic Colors of #ffd748

#ffd748 #48ffd7 #d748ff

Analogous Colors of #ffd748

#ffd748 #ccff48 #ff7c48

Monochromatic Colors of #ffd748

#ffd748

Complementary Color

#ffd748 #4870ff

#ffd748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd748 Color CSS Codes

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

#ffd748 Text Font Color

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

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


#ffd748 Background Color

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

This div background color is #ffd748


#ffd748 Border Color

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

This div border color is #ffd748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd748

#ffd748 Color Palettes


Comments

No comments written yet.

Please login to write comment.