Color Hex Logo

#48fcfc Color Hex

#48FCFC
(72,252,252)
0 Favorites   0 Comments

Color spaces of #48fcfc

RGB 72252252
HSL0.500.970.64
HSV180°71°99°
CMYK 0.710.000.00   0.01
XYZ55.053678.0268104.2545
Yxy78.02680.23200.3288
Hunter Lab88.3328-43.3318-8.1439
CIE-Lab90.7921-43.5192-13.0006

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

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

The process color (four color CMYK) of #48fcfc color hex is 0.71, 0.00, 0.00, 0.01. Web safe color of #48fcfc is #33ffff. Color #48fcfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111100 11111100
Octal 110 374 374
Decimal 72 252 252
Hex 48 FC FC

RGB Percentages of Color #48fcfc

%12.50
%43.75
%43.75

CMYK Percentages of Color #48fcfc

%71
%0
%0
%1

Triadic Colors of #48fcfc

#48fcfc #fc48fc #fcfc48

Analogous Colors of #48fcfc

#48fcfc #48a2fc #48fca2

Monochromatic Colors of #48fcfc

#48fcfc

Complementary Color

#48fcfc #fc4848

#48fcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fcfc Color CSS Codes

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

#48fcfc Text Font Color

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

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


#48fcfc Background Color

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

This div background color is #48fcfc


#48fcfc Border Color

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

This div border color is #48fcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.