Color Hex Logo

#48dfff Color Hex

#48DFFF
(72,223,255)
0 Favorites   0 Comments

Color spaces of #48dfff

RGB 72223255
HSL0.531.000.64
HSV190°72°100°
CMYK 0.720.130.00   0.00
XYZ47.110261.3731103.9710
Yxy61.37310.22170.2889
Hunter Lab78.3410-29.7561-23.8486
CIE-Lab82.5789-29.2126-26.9825

#48dfff color RGB value is (72,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 11111111
Octal 110 337 377
Decimal 72 223 255
Hex 48 DF FF

RGB Percentages of Color #48dfff

%13.09
%40.55
%46.36

CMYK Percentages of Color #48dfff

%72
%13
%0
%0

Triadic Colors of #48dfff

#48dfff #ff48df #dfff48

Analogous Colors of #48dfff

#48dfff #4884ff #48ffc4

Monochromatic Colors of #48dfff

#48dfff

Complementary Color

#48dfff #ff6848

#48dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dfff Color CSS Codes

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

#48dfff Text Font Color

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

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


#48dfff Background Color

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

This div background color is #48dfff


#48dfff Border Color

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

This div border color is #48dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dfff

Related Colors

#48dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.