Color Hex Logo

#48cafc Color Hex

#48CAFC
(72,202,252)
0 Favorites   0 Comments

Color spaces of #48cafc

RGB 72202252
HSL0.550.970.64
HSV197°71°99°
CMYK 0.710.200.00   0.01
XYZ41.363750.647199.6912
Yxy50.64710.21580.2642
Hunter Lab71.1668-20.7937-33.2373
CIE-Lab76.4647-19.6500-34.7838

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

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

The process color (four color CMYK) of #48cafc color hex is 0.71, 0.20, 0.00, 0.01. Web safe color of #48cafc is #33ccff. Color #48cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001010 11111100
Octal 110 312 374
Decimal 72 202 252
Hex 48 CA FC

RGB Percentages of Color #48cafc

%13.69
%38.40
%47.91

CMYK Percentages of Color #48cafc

%71
%20
%0
%1

Triadic Colors of #48cafc

#48cafc #fc48ca #cafc48

Analogous Colors of #48cafc

#48cafc #4870fc #48fcd4

Monochromatic Colors of #48cafc

#48cafc

Complementary Color

#48cafc #fc7a48

#48cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cafc Color CSS Codes

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

#48cafc Text Font Color

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

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


#48cafc Background Color

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

This div background color is #48cafc


#48cafc Border Color

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

This div border color is #48cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cafc


Comments

No comments written yet.

Please login to write comment.