Color Hex Logo

#48abde Color Hex

#48ABDE
(72,171,222)
0 Favorites   0 Comments

Color spaces of #48abde

RGB 72171222
HSL0.560.690.58
HSV200°68°87°
CMYK 0.680.230.00   0.13
XYZ30.420235.777574.4097
Yxy35.77750.21630.2544
Hunter Lab59.8143-13.8939-31.8875
CIE-Lab66.3496-12.9405-34.1831

#48abde color RGB value is (72,171,222).

#48abde hex color red value is 72, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #48abde hue: 0.56 , saturation: 0.69 and the lightness value of 48abde is 0.58.

The process color (four color CMYK) of #48abde color hex is 0.68, 0.23, 0.00, 0.13. Web safe color of #48abde is #3399cc. Color #48abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11011110
Octal 110 253 336
Decimal 72 171 222
Hex 48 AB DE

RGB Percentages of Color #48abde

%15.48
%36.77
%47.74

CMYK Percentages of Color #48abde

%68
%23
%0
%13

Triadic Colors of #48abde

#48abde #de48ab #abde48

Analogous Colors of #48abde

#48abde #4860de #48dec6

Monochromatic Colors of #48abde

#48abde

Complementary Color

#48abde #de7b48

#48abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abde Color CSS Codes

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

#48abde Text Font Color

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

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


#48abde Background Color

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

This div background color is #48abde


#48abde Border Color

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

This div border color is #48abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abde


Comments

No comments written yet.

Please login to write comment.