Color Hex Logo

#48dabc Color Hex

#48DABC
(72,218,188)
0 Favorites   0 Comments

Color spaces of #48dabc

RGB 72218188
HSL0.470.660.57
HSV168°67°85°
CMYK 0.670.000.14   0.15
XYZ36.821055.151456.2816
Yxy55.15140.24840.3720
Hunter Lab74.2640-41.45957.0514
CIE-Lab79.1284-45.54333.5057

#48dabc color RGB value is (72,218,188).

#48dabc hex color red value is 72, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #48dabc hue: 0.47 , saturation: 0.66 and the lightness value of 48dabc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 10111100
Octal 110 332 274
Decimal 72 218 188
Hex 48 DA BC

RGB Percentages of Color #48dabc

%15.06
%45.61
%39.33

CMYK Percentages of Color #48dabc

%67
%0
%14
%15

Triadic Colors of #48dabc

#48dabc #bc48da #dabc48

Analogous Colors of #48dabc

#48dabc #48afda #48da73

Monochromatic Colors of #48dabc

#48dabc

Complementary Color

#48dabc #da4866

#48dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dabc Color CSS Codes

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

#48dabc Text Font Color

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

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


#48dabc Background Color

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

This div background color is #48dabc


#48dabc Border Color

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

This div border color is #48dabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,218,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 #48dabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dabc


Comments

No comments written yet.

Please login to write comment.