Color Hex Logo

#48fcff Color Hex

#48FCFF
(72,252,255)
0 Favorites   0 Comments

Color spaces of #48fcff

RGB 72252255
HSL0.501.000.64
HSV181°72°100°
CMYK 0.720.010.00   0.00
XYZ55.532978.2185106.7785
Yxy78.21850.23090.3252
Hunter Lab88.4412-42.6907-9.6742
CIE-Lab90.8795-42.6898-14.4280

#48fcff color RGB value is (72,252,255).

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

The process color (four color CMYK) of #48fcff color hex is 0.72, 0.01, 0.00, 0.00. Web safe color of #48fcff is #33ffff. Color #48fcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111100 11111111
Octal 110 374 377
Decimal 72 252 255
Hex 48 FC FF

RGB Percentages of Color #48fcff

%12.44
%43.52
%44.04

CMYK Percentages of Color #48fcff

%72
%1
%0
%0

Triadic Colors of #48fcff

#48fcff #ff48fc #fcff48

Analogous Colors of #48fcff

#48fcff #48a1ff #48ffa7

Monochromatic Colors of #48fcff

#48fcff

Complementary Color

#48fcff #ff4b48

#48fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fcff Color CSS Codes

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

#48fcff Text Font Color

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

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


#48fcff Background Color

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

This div background color is #48fcff


#48fcff Border Color

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

This div border color is #48fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fcff


Comments

No comments written yet.

Please login to write comment.