Color Hex Logo

#48ecff Color Hex

#48ECFF
(72,236,255)
0 Favorites   0 Comments

Color spaces of #48ecff

RGB 72236255
HSL0.521.000.64
HSV186°72°100°
CMYK 0.720.070.00   0.00
XYZ50.717968.5886105.1736
Yxy68.58860.22590.3055
Hunter Lab82.8182-35.6185-17.3216
CIE-Lab86.2999-35.3980-21.3233

#48ecff color RGB value is (72,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101100 11111111
Octal 110 354 377
Decimal 72 236 255
Hex 48 EC FF

RGB Percentages of Color #48ecff

%12.79
%41.92
%45.29

CMYK Percentages of Color #48ecff

%72
%7
%0
%0

Triadic Colors of #48ecff

#48ecff #ff48ec #ecff48

Analogous Colors of #48ecff

#48ecff #4891ff #48ffb7

Monochromatic Colors of #48ecff

#48ecff

Complementary Color

#48ecff #ff5b48

#48ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ecff Color CSS Codes

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

#48ecff Text Font Color

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

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


#48ecff Background Color

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

This div background color is #48ecff


#48ecff Border Color

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

This div border color is #48ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ecff

Related Colors


Comments

No comments written yet.

Please login to write comment.