Color Hex Logo

#48eddd Color Hex

#48EDDD
(72,237,221)
0 Favorites   0 Comments

Color spaces of #48eddd

RGB 72237221
HSL0.480.820.61
HSV174°70°93°
CMYK 0.700.000.07   0.07
XYZ46.007867.166578.9462
Yxy67.16650.23950.3496
Hunter Lab81.9552-43.21560.2554
CIE-Lab85.5880-45.2935-4.5231

#48eddd color RGB value is (72,237,221).

#48eddd hex color red value is 72, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #48eddd hue: 0.48 , saturation: 0.82 and the lightness value of 48eddd is 0.61.

The process color (four color CMYK) of #48eddd color hex is 0.70, 0.00, 0.07, 0.07. Web safe color of #48eddd is #33ffcc. Color #48eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101101 11011101
Octal 110 355 335
Decimal 72 237 221
Hex 48 ED DD

RGB Percentages of Color #48eddd

%13.58
%44.72
%41.70

CMYK Percentages of Color #48eddd

%70
%0
%7
%7

Triadic Colors of #48eddd

#48eddd #dd48ed #eddd48

Analogous Colors of #48eddd

#48eddd #48abed #48ed8b

Monochromatic Colors of #48eddd

#48eddd

Complementary Color

#48eddd #ed4858

#48eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eddd Color CSS Codes

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

#48eddd Text Font Color

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

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


#48eddd Background Color

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

This div background color is #48eddd


#48eddd Border Color

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

This div border color is #48eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eddd


Comments

No comments written yet.

Please login to write comment.