Color Hex Logo

#48b6be Color Hex

#48B6BE
(72,182,190)
0 Favorites   0 Comments

Color spaces of #48b6be

RGB 72182190
HSL0.510.480.51
HSV184°62°75°
CMYK 0.620.040.00   0.25
XYZ28.694738.551354.6440
Yxy38.55130.23540.3163
Hunter Lab62.0897-26.1633-8.7173
CIE-Lab68.4250-28.4791-13.3764

#48b6be color RGB value is (72,182,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10110110 10111110
Octal 110 266 276
Decimal 72 182 190
Hex 48 B6 BE

RGB Percentages of Color #48b6be

%16.22
%40.99
%42.79

CMYK Percentages of Color #48b6be

%62
%4
%0
%25

Triadic Colors of #48b6be

#48b6be #be48b6 #b6be48

Analogous Colors of #48b6be

#48b6be #487bbe #48be8b

Monochromatic Colors of #48b6be

#48b6be

Complementary Color

#48b6be #be5048

#48b6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48b6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#48b6be Color CSS Codes

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

#48b6be Text Font Color

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

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


#48b6be Background Color

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

This div background color is #48b6be


#48b6be Border Color

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

This div border color is #48b6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48b6be


Comments

No comments written yet.

Please login to write comment.