Color Hex Logo

#ffff48 Color Hex

#FFFF48
(255,255,72)
0 Favorites   0 Comments

Color spaces of #ffff48

RGB 25525572
HSL0.171.000.64
HSV60°72°100°
CMYK 0.000.000.72   0.00
XYZ78.169793.247920.0096
Yxy93.24790.40840.4871
Hunter Lab96.5650-24.492255.3098
CIE-Lab97.3281-20.026081.6857

#ffff48 color RGB value is (255,255,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 01001000
Octal 377 377 110
Decimal 255 255 72
Hex FF FF 48

RGB Percentages of Color #ffff48

%43.81
%43.81
%12.37

CMYK Percentages of Color #ffff48

%0
%0
%72
%0

Triadic Colors of #ffff48

#ffff48 #48ffff #ff48ff

Analogous Colors of #ffff48

#ffff48 #a4ff48 #ffa448

Monochromatic Colors of #ffff48

#ffff48

Complementary Color

#ffff48 #4848ff

#ffff48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffff48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffff48 Color CSS Codes

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

#ffff48 Text Font Color

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

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


#ffff48 Background Color

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

This div background color is #ffff48


#ffff48 Border Color

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

This div border color is #ffff48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffff48

Related Colors


Comments

No comments written yet.

Please login to write comment.