Color Hex Logo

#48ccf2 Color Hex

#48CCF2
(72,204,242)
0 Favorites   0 Comments

Color spaces of #48ccf2

RGB 72204242
HSL0.540.870.62
HSV193°70°95°
CMYK 0.700.160.00   0.05
XYZ40.292450.974391.7198
Yxy50.97430.22020.2786
Hunter Lab71.3963-24.2073-26.1900
CIE-Lab76.6634-23.8062-29.1205

#48ccf2 color RGB value is (72,204,242).

#48ccf2 hex color red value is 72, green value is 204 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #48ccf2 hue: 0.54 , saturation: 0.87 and the lightness value of 48ccf2 is 0.62.

The process color (four color CMYK) of #48ccf2 color hex is 0.70, 0.16, 0.00, 0.05. Web safe color of #48ccf2 is #33ccff. Color #48ccf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001100 11110010
Octal 110 314 362
Decimal 72 204 242
Hex 48 CC F2

RGB Percentages of Color #48ccf2

%13.90
%39.38
%46.72

CMYK Percentages of Color #48ccf2

%70
%16
%0
%5

Triadic Colors of #48ccf2

#48ccf2 #f248cc #ccf248

Analogous Colors of #48ccf2

#48ccf2 #4877f2 #48f2c3

Monochromatic Colors of #48ccf2

#48ccf2

Complementary Color

#48ccf2 #f26e48

#48ccf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ccf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ccf2 Color CSS Codes

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

#48ccf2 Text Font Color

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

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


#48ccf2 Background Color

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

This div background color is #48ccf2


#48ccf2 Border Color

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

This div border color is #48ccf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ccf2


Comments

No comments written yet.

Please login to write comment.