Color Hex Logo

#48dfbe Color Hex

#48DFBE
(72,223,190)
0 Favorites   0 Comments

Color spaces of #48dfbe

RGB 72223190
HSL0.460.700.58
HSV167°68°87°
CMYK 0.680.000.15   0.13
XYZ38.354457.870857.8639
Yxy57.87080.24890.3756
Hunter Lab76.0729-43.13148.1528
CIE-Lab80.6669-47.18374.6680

#48dfbe color RGB value is (72,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 10111110
Octal 110 337 276
Decimal 72 223 190
Hex 48 DF BE

RGB Percentages of Color #48dfbe

%14.85
%45.98
%39.18

CMYK Percentages of Color #48dfbe

%68
%0
%15
%13

Triadic Colors of #48dfbe

#48dfbe #be48df #dfbe48

Analogous Colors of #48dfbe

#48dfbe #48b5df #48df73

Monochromatic Colors of #48dfbe

#48dfbe

Complementary Color

#48dfbe #df4869

#48dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfbe Color CSS Codes

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

#48dfbe Text Font Color

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

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


#48dfbe Background Color

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

This div background color is #48dfbe


#48dfbe Border Color

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

This div border color is #48dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfbe


Comments

No comments written yet.

Please login to write comment.