Color Hex Logo

#48eabf Color Hex

#48EABF
(72,234,191)
0 Favorites   0 Comments

Color spaces of #48eabf

RGB 72234191
HSL0.460.790.60
HSV164°69°92°
CMYK 0.690.000.18   0.08
XYZ41.499363.984959.4533
Yxy63.98490.25160.3879
Hunter Lab79.9906-47.377211.9259
CIE-Lab83.9579-51.53458.8723

#48eabf color RGB value is (72,234,191).

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

The process color (four color CMYK) of #48eabf color hex is 0.69, 0.00, 0.18, 0.08. Web safe color of #48eabf is #33ffcc. Color #48eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101010 10111111
Octal 110 352 277
Decimal 72 234 191
Hex 48 EA BF

RGB Percentages of Color #48eabf

%14.49
%47.08
%38.43

CMYK Percentages of Color #48eabf

%69
%0
%18
%8

Triadic Colors of #48eabf

#48eabf #bf48ea #eabf48

Analogous Colors of #48eabf

#48eabf #48c4ea #48ea6e

Monochromatic Colors of #48eabf

#48eabf

Complementary Color

#48eabf #ea4873

#48eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eabf Color CSS Codes

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

#48eabf Text Font Color

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

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


#48eabf Background Color

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

This div background color is #48eabf


#48eabf Border Color

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

This div border color is #48eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eabf


Comments

No comments written yet.

Please login to write comment.