Color Hex Logo

#48dfbf Color Hex

#48DFBF
(72,223,191)
0 Favorites   0 Comments

Color spaces of #48dfbf

RGB 72223191
HSL0.460.700.58
HSV167°68°87°
CMYK 0.680.000.14   0.13
XYZ38.464157.914758.4416
Yxy57.91470.24840.3741
Hunter Lab76.1017-42.95877.7400
CIE-Lab80.6913-46.93714.1728

#48dfbf color RGB value is (72,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 10111111
Octal 110 337 277
Decimal 72 223 191
Hex 48 DF BF

RGB Percentages of Color #48dfbf

%14.81
%45.88
%39.30

CMYK Percentages of Color #48dfbf

%68
%0
%14
%13

Triadic Colors of #48dfbf

#48dfbf #bf48df #dfbf48

Analogous Colors of #48dfbf

#48dfbf #48b4df #48df74

Monochromatic Colors of #48dfbf

#48dfbf

Complementary Color

#48dfbf #df4868

#48dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfbf Color CSS Codes

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

#48dfbf Text Font Color

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

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


#48dfbf Background Color

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

This div background color is #48dfbf


#48dfbf Border Color

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

This div border color is #48dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfbf


Comments

No comments written yet.

Please login to write comment.