Color Hex Logo

#48ffda Color Hex

#48FFDA
(72,255,218)
0 Favorites   0 Comments

Color spaces of #48ffda

RGB 72255218
HSL0.471.000.64
HSV168°72°100°
CMYK 0.720.000.15   0.00
XYZ51.087477.959778.6848
Yxy77.95970.24590.3753
Hunter Lab88.2948-51.23578.9695
CIE-Lab90.7615-53.64664.5953

#48ffda color RGB value is (72,255,218).

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

The process color (four color CMYK) of #48ffda color hex is 0.72, 0.00, 0.15, 0.00. Web safe color of #48ffda is #33ffcc. Color #48ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111111 11011010
Octal 110 377 332
Decimal 72 255 218
Hex 48 FF DA

RGB Percentages of Color #48ffda

%13.21
%46.79
%40.00

CMYK Percentages of Color #48ffda

%72
%0
%15
%0

Triadic Colors of #48ffda

#48ffda #da48ff #ffda48

Analogous Colors of #48ffda

#48ffda #48c9ff #48ff7f

Monochromatic Colors of #48ffda

#48ffda

Complementary Color

#48ffda #ff486d

#48ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ffda Color CSS Codes

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

#48ffda Text Font Color

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

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


#48ffda Background Color

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

This div background color is #48ffda


#48ffda Border Color

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

This div border color is #48ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.