Color Hex Logo

#48abda Color Hex

#48ABDA
(72,171,218)
0 Favorites   0 Comments

Color spaces of #48abda

RGB 72171218
HSL0.550.660.57
HSV199°67°85°
CMYK 0.670.220.00   0.15
XYZ29.890335.565571.6191
Yxy35.56550.21810.2595
Hunter Lab59.6368-14.8993-29.4568
CIE-Lab66.1866-14.2355-32.2337

#48abda color RGB value is (72,171,218).

#48abda hex color red value is 72, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #48abda hue: 0.55 , saturation: 0.66 and the lightness value of 48abda is 0.57.

The process color (four color CMYK) of #48abda color hex is 0.67, 0.22, 0.00, 0.15. Web safe color of #48abda is #3399cc. Color #48abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11011010
Octal 110 253 332
Decimal 72 171 218
Hex 48 AB DA

RGB Percentages of Color #48abda

%15.62
%37.09
%47.29

CMYK Percentages of Color #48abda

%67
%22
%0
%15

Triadic Colors of #48abda

#48abda #da48ab #abda48

Analogous Colors of #48abda

#48abda #4862da #48dac0

Monochromatic Colors of #48abda

#48abda

Complementary Color

#48abda #da7748

#48abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abda Color CSS Codes

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

#48abda Text Font Color

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

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


#48abda Background Color

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

This div background color is #48abda


#48abda Border Color

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

This div border color is #48abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abda


Comments

No comments written yet.

Please login to write comment.