Color Hex Logo

#48dafe Color Hex

#48DAFE
(72,218,254)
0 Favorites   0 Comments

Color spaces of #48dafe

RGB 72218254
HSL0.530.990.64
HSV192°72°100°
CMYK 0.720.140.00   0.00
XYZ45.633358.6763102.6865
Yxy58.67630.22050.2835
Hunter Lab76.6005-27.7127-25.8607
CIE-Lab81.1133-27.0745-28.6949

#48dafe color RGB value is (72,218,254).

#48dafe hex color red value is 72, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #48dafe hue: 0.53 , saturation: 0.99 and the lightness value of 48dafe is 0.64.

The process color (four color CMYK) of #48dafe color hex is 0.72, 0.14, 0.00, 0.00. Web safe color of #48dafe is #33ccff. Color #48dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 11111110
Octal 110 332 376
Decimal 72 218 254
Hex 48 DA FE

RGB Percentages of Color #48dafe

%13.24
%40.07
%46.69

CMYK Percentages of Color #48dafe

%72
%14
%0
%0

Triadic Colors of #48dafe

#48dafe #fe48da #dafe48

Analogous Colors of #48dafe

#48dafe #487ffe #48fec7

Monochromatic Colors of #48dafe

#48dafe

Complementary Color

#48dafe #fe6c48

#48dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dafe Color CSS Codes

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

#48dafe Text Font Color

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

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


#48dafe Background Color

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

This div background color is #48dafe


#48dafe Border Color

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

This div border color is #48dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.