Color Hex Logo

#48dfbc Color Hex

#48DFBC
(72,223,188)
0 Favorites   0 Comments

Color spaces of #48dfbc

RGB 72223188
HSL0.460.700.58
HSV166°68°87°
CMYK 0.680.000.16   0.13
XYZ38.137357.783956.7203
Yxy57.78390.24980.3786
Hunter Lab76.0157-43.47368.9709
CIE-Lab80.6185-47.67355.6589

#48dfbc color RGB value is (72,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 10111100
Octal 110 337 274
Decimal 72 223 188
Hex 48 DF BC

RGB Percentages of Color #48dfbc

%14.91
%46.17
%38.92

CMYK Percentages of Color #48dfbc

%68
%0
%16
%13

Triadic Colors of #48dfbc

#48dfbc #bc48df #dfbc48

Analogous Colors of #48dfbc

#48dfbc #48b7df #48df71

Monochromatic Colors of #48dfbc

#48dfbc

Complementary Color

#48dfbc #df486b

#48dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfbc Color CSS Codes

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

#48dfbc Text Font Color

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

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


#48dfbc Background Color

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

This div background color is #48dfbc


#48dfbc Border Color

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

This div border color is #48dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfbc


Comments

No comments written yet.

Please login to write comment.