Color Hex Logo

#48eeff Color Hex

#48EEFF
(72,238,255)
0 Favorites   0 Comments

Color spaces of #48eeff

RGB 72238255
HSL0.521.000.64
HSV186°72°100°
CMYK 0.720.070.00   0.00
XYZ51.297069.7468105.3666
Yxy69.74680.22660.3081
Hunter Lab83.5145-36.5107-16.3434
CIE-Lab86.8725-36.3285-20.4570

#48eeff color RGB value is (72,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101110 11111111
Octal 110 356 377
Decimal 72 238 255
Hex 48 EE FF

RGB Percentages of Color #48eeff

%12.74
%42.12
%45.13

CMYK Percentages of Color #48eeff

%72
%7
%0
%0

Triadic Colors of #48eeff

#48eeff #ff48ee #eeff48

Analogous Colors of #48eeff

#48eeff #4893ff #48ffb5

Monochromatic Colors of #48eeff

#48eeff

Complementary Color

#48eeff #ff5948

#48eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eeff Color CSS Codes

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

#48eeff Text Font Color

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

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


#48eeff Background Color

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

This div background color is #48eeff


#48eeff Border Color

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

This div border color is #48eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eeff


Comments

No comments written yet.

Please login to write comment.