Color Hex Logo

#48fade Color Hex

#48FADE
(72,250,222)
0 Favorites   0 Comments

Color spaces of #48fade

RGB 72250222
HSL0.470.950.63
HSV171°71°98°
CMYK 0.710.000.11   0.02
XYZ50.042975.022980.9506
Yxy75.02290.24290.3642
Hunter Lab86.6158-48.44795.2189
CIE-Lab89.4037-50.58370.5479

#48fade color RGB value is (72,250,222).

#48fade hex color red value is 72, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #48fade hue: 0.47 , saturation: 0.95 and the lightness value of 48fade is 0.63.

The process color (four color CMYK) of #48fade color hex is 0.71, 0.00, 0.11, 0.02. Web safe color of #48fade is #33ffcc. Color #48fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 11011110
Octal 110 372 336
Decimal 72 250 222
Hex 48 FA DE

RGB Percentages of Color #48fade

%13.24
%45.96
%40.81

CMYK Percentages of Color #48fade

%71
%0
%11
%2

Triadic Colors of #48fade

#48fade #de48fa #fade48

Analogous Colors of #48fade

#48fade #48bdfa #48fa85

Monochromatic Colors of #48fade

#48fade

Complementary Color

#48fade #fa4864

#48fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fade Color CSS Codes

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

#48fade Text Font Color

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

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


#48fade Background Color

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

This div background color is #48fade


#48fade Border Color

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

This div border color is #48fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fade

Related Colors


Comments

No comments written yet.

Please login to write comment.