Color Hex Logo

#48e7ff Color Hex

#48E7FF
(72,231,255)
0 Favorites   0 Comments

Color spaces of #48e7ff

RGB 72231255
HSL0.521.000.64
HSV188°72°100°
CMYK 0.720.090.00   0.00
XYZ49.298465.7495104.7004
Yxy65.74950.22430.2992
Hunter Lab81.0861-33.3769-19.7965
CIE-Lab84.8685-33.0474-23.4944

#48e7ff color RGB value is (72,231,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100111 11111111
Octal 110 347 377
Decimal 72 231 255
Hex 48 E7 FF

RGB Percentages of Color #48e7ff

%12.90
%41.40
%45.70

CMYK Percentages of Color #48e7ff

%72
%9
%0
%0

Triadic Colors of #48e7ff

#48e7ff #ff48e7 #e7ff48

Analogous Colors of #48e7ff

#48e7ff #488cff #48ffbc

Monochromatic Colors of #48e7ff

#48e7ff

Complementary Color

#48e7ff #ff6048

#48e7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e7ff Color CSS Codes

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

#48e7ff Text Font Color

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

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


#48e7ff Background Color

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

This div background color is #48e7ff


#48e7ff Border Color

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

This div border color is #48e7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.