Color Hex Logo

#48ffaf Color Hex

#48FFAF
(72,255,175)
0 Favorites   0 Comments

Color spaces of #48ffaf

RGB 72255175
HSL0.431.000.64
HSV154°72°100°
CMYK 0.720.000.31   0.00
XYZ46.170475.992952.7921
Yxy75.99290.26390.4344
Hunter Lab87.1739-58.014425.1160
CIE-Lab89.8560-63.228525.3899

#48ffaf color RGB value is (72,255,175).

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

The process color (four color CMYK) of #48ffaf color hex is 0.72, 0.00, 0.31, 0.00. Web safe color of #48ffaf is #33ff99. Color #48ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111111 10101111
Octal 110 377 257
Decimal 72 255 175
Hex 48 FF AF

RGB Percentages of Color #48ffaf

%14.34
%50.80
%34.86

CMYK Percentages of Color #48ffaf

%72
%0
%31
%0

Triadic Colors of #48ffaf

#48ffaf #af48ff #ffaf48

Analogous Colors of #48ffaf

#48ffaf #48f4ff #48ff53

Monochromatic Colors of #48ffaf

#48ffaf

Complementary Color

#48ffaf #ff4898

#48ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ffaf Color CSS Codes

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

#48ffaf Text Font Color

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

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


#48ffaf Background Color

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

This div background color is #48ffaf


#48ffaf Border Color

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

This div border color is #48ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.