Color Hex Logo

#48abbd Color Hex

#48ABBD
(72,171,189)
0 Favorites   0 Comments

Color spaces of #48abbd

RGB 72171189
HSL0.530.470.51
HSV189°62°74°
CMYK 0.620.100.00   0.26
XYZ26.420734.177753.3485
Yxy34.17770.23190.2999
Hunter Lab58.4617-21.6381-13.1812
CIE-Lab65.1034-23.2673-17.8372

#48abbd color RGB value is (72,171,189).

#48abbd hex color red value is 72, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #48abbd hue: 0.53 , saturation: 0.47 and the lightness value of 48abbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 10111101
Octal 110 253 275
Decimal 72 171 189
Hex 48 AB BD

RGB Percentages of Color #48abbd

%16.67
%39.58
%43.75

CMYK Percentages of Color #48abbd

%62
%10
%0
%26

Triadic Colors of #48abbd

#48abbd #bd48ab #abbd48

Analogous Colors of #48abbd

#48abbd #4871bd #48bd95

Monochromatic Colors of #48abbd

#48abbd

Complementary Color

#48abbd #bd5a48

#48abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abbd Color CSS Codes

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

#48abbd Text Font Color

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

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


#48abbd Background Color

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

This div background color is #48abbd


#48abbd Border Color

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

This div border color is #48abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abbd


Comments

No comments written yet.

Please login to write comment.