Color Hex Logo

#48dee1 Color Hex

#48DEE1
(72,222,225)
0 Favorites   0 Comments

Color spaces of #48dee1

RGB 72222225
HSL0.500.720.58
HSV181°68°88°
CMYK 0.680.010.00   0.12
XYZ42.384459.056580.3993
Yxy59.05650.23310.3248
Hunter Lab76.8482-36.0356-8.2360
CIE-Lab81.3226-37.4978-12.9728

#48dee1 color RGB value is (72,222,225).

#48dee1 hex color red value is 72, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #48dee1 hue: 0.50 , saturation: 0.72 and the lightness value of 48dee1 is 0.58.

The process color (four color CMYK) of #48dee1 color hex is 0.68, 0.01, 0.00, 0.12. Web safe color of #48dee1 is #33cccc. Color #48dee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 11100001
Octal 110 336 341
Decimal 72 222 225
Hex 48 DE E1

RGB Percentages of Color #48dee1

%13.87
%42.77
%43.35

CMYK Percentages of Color #48dee1

%68
%1
%0
%12

Triadic Colors of #48dee1

#48dee1 #e148de #dee148

Analogous Colors of #48dee1

#48dee1 #4892e1 #48e198

Monochromatic Colors of #48dee1

#48dee1

Complementary Color

#48dee1 #e14b48

#48dee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dee1 Color CSS Codes

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

#48dee1 Text Font Color

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

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


#48dee1 Background Color

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

This div background color is #48dee1


#48dee1 Border Color

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

This div border color is #48dee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dee1


Comments

No comments written yet.

Please login to write comment.