Color Hex Logo

#48afda Color Hex

#48AFDA
(72,175,218)
0 Favorites   0 Comments

Color spaces of #48afda

RGB 72175218
HSL0.550.660.57
HSV198°67°85°
CMYK 0.670.200.00   0.15
XYZ30.657337.099671.8748
Yxy37.09960.21960.2657
Hunter Lab60.9094-16.7478-27.3272
CIE-Lab67.3517-16.3737-30.4317

#48afda color RGB value is (72,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101111 11011010
Octal 110 257 332
Decimal 72 175 218
Hex 48 AF DA

RGB Percentages of Color #48afda

%15.48
%37.63
%46.88

CMYK Percentages of Color #48afda

%67
%20
%0
%15

Triadic Colors of #48afda

#48afda #da48af #afda48

Analogous Colors of #48afda

#48afda #4866da #48dabc

Monochromatic Colors of #48afda

#48afda

Complementary Color

#48afda #da7348

#48afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48afda Color CSS Codes

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

#48afda Text Font Color

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

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


#48afda Background Color

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

This div background color is #48afda


#48afda Border Color

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

This div border color is #48afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48afda


Comments

No comments written yet.

Please login to write comment.