Color Hex Logo

#48e1df Color Hex

#48E1DF
(72,225,223)
0 Favorites   0 Comments

Color spaces of #48e1df

RGB 72225223
HSL0.500.720.58
HSV179°68°88°
CMYK 0.680.000.01   0.12
XYZ42.917060.555979.2385
Yxy60.55590.23490.3314
Hunter Lab77.8177-37.7369-5.9002
CIE-Lab82.1394-39.4250-10.6903

#48e1df color RGB value is (72,225,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100001 11011111
Octal 110 341 337
Decimal 72 225 223
Hex 48 E1 DF

RGB Percentages of Color #48e1df

%13.85
%43.27
%42.88

CMYK Percentages of Color #48e1df

%68
%0
%1
%12

Triadic Colors of #48e1df

#48e1df #df48e1 #e1df48

Analogous Colors of #48e1df

#48e1df #4897e1 #48e193

Monochromatic Colors of #48e1df

#48e1df

Complementary Color

#48e1df #e1484a

#48e1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e1df Color CSS Codes

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

#48e1df Text Font Color

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

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


#48e1df Background Color

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

This div background color is #48e1df


#48e1df Border Color

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

This div border color is #48e1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e1df


Comments

No comments written yet.

Please login to write comment.