Color Hex Logo

#48afde Color Hex

#48AFDE
(72,175,222)
0 Favorites   0 Comments

Color spaces of #48afde

RGB 72175222
HSL0.550.690.58
HSV199°68°87°
CMYK 0.680.210.00   0.13
XYZ31.187337.311674.6654
Yxy37.31160.21780.2606
Hunter Lab61.0832-15.7588-29.7152
CIE-Lab67.5102-15.0920-32.3836

#48afde color RGB value is (72,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11011110
Octal 110 257 336
Decimal 72 175 222
Hex 48 AF DE

RGB Percentages of Color #48afde

%15.35
%37.31
%47.33

CMYK Percentages of Color #48afde

%68
%21
%0
%13

Triadic Colors of #48afde

#48afde #de48af #afde48

Analogous Colors of #48afde

#48afde #4864de #48dec2

Monochromatic Colors of #48afde

#48afde

Complementary Color

#48afde #de7748

#48afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afde Color CSS Codes

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

#48afde Text Font Color

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

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


#48afde Background Color

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

This div background color is #48afde


#48afde Border Color

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

This div border color is #48afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afde


Comments

No comments written yet.

Please login to write comment.