Color Hex Logo

#48babf Color Hex

#48BABF
(72,186,191)
0 Favorites   0 Comments

Color spaces of #48babf

RGB 72186191
HSL0.510.480.52
HSV183°62°75°
CMYK 0.620.030.00   0.25
XYZ29.635440.257155.4987
Yxy40.25710.23630.3211
Hunter Lab63.4485-27.6614-7.4473
CIE-Lab69.6523-30.1431-12.0847

#48babf color RGB value is (72,186,191).

#48babf hex color red value is 72, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #48babf hue: 0.51 , saturation: 0.48 and the lightness value of 48babf is 0.52.

The process color (four color CMYK) of #48babf color hex is 0.62, 0.03, 0.00, 0.25. Web safe color of #48babf is #33cccc. Color #48babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 10111111
Octal 110 272 277
Decimal 72 186 191
Hex 48 BA BF

RGB Percentages of Color #48babf

%16.04
%41.43
%42.54

CMYK Percentages of Color #48babf

%62
%3
%0
%25

Triadic Colors of #48babf

#48babf #bf48ba #babf48

Analogous Colors of #48babf

#48babf #487fbf #48bf89

Monochromatic Colors of #48babf

#48babf

Complementary Color

#48babf #bf4d48

#48babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48babf Color CSS Codes

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

#48babf Text Font Color

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

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


#48babf Background Color

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

This div background color is #48babf


#48babf Border Color

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

This div border color is #48babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48babf


Comments

No comments written yet.

Please login to write comment.