Color Hex Logo

#48adbf Color Hex

#48ADBF
(72,173,191)
0 Favorites   0 Comments

Color spaces of #48adbf

RGB 72173191
HSL0.530.480.52
HSV189°62°75°
CMYK 0.620.090.00   0.25
XYZ27.020035.026454.6269
Yxy35.02640.23160.3002
Hunter Lab59.1831-22.0764-13.2974
CIE-Lab65.7692-23.6885-17.9387

#48adbf color RGB value is (72,173,191).

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

The process color (four color CMYK) of #48adbf color hex is 0.62, 0.09, 0.00, 0.25. Web safe color of #48adbf is #3399cc. Color #48adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101101 10111111
Octal 110 255 277
Decimal 72 173 191
Hex 48 AD BF

RGB Percentages of Color #48adbf

%16.51
%39.68
%43.81

CMYK Percentages of Color #48adbf

%62
%9
%0
%25

Triadic Colors of #48adbf

#48adbf #bf48ad #adbf48

Analogous Colors of #48adbf

#48adbf #4872bf #48bf96

Monochromatic Colors of #48adbf

#48adbf

Complementary Color

#48adbf #bf5a48

#48adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48adbf Color CSS Codes

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

#48adbf Text Font Color

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

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


#48adbf Background Color

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

This div background color is #48adbf


#48adbf Border Color

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

This div border color is #48adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48adbf


Comments

No comments written yet.

Please login to write comment.