Color Hex Logo

#48ceff Color Hex

#48CEFF
(72,206,255)
0 Favorites   0 Comments

Color spaces of #48ceff

RGB 72206255
HSL0.541.000.64
HSV196°72°100°
CMYK 0.720.190.00   0.00
XYZ42.793852.7403102.5322
Yxy52.74030.21610.2663
Hunter Lab72.6225-21.9059-32.8729
CIE-Lab77.7214-20.7493-34.4447

#48ceff color RGB value is (72,206,255).

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

The process color (four color CMYK) of #48ceff color hex is 0.72, 0.19, 0.00, 0.00. Web safe color of #48ceff is #33ccff. Color #48ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001110 11111111
Octal 110 316 377
Decimal 72 206 255
Hex 48 CE FF

RGB Percentages of Color #48ceff

%13.51
%38.65
%47.84

CMYK Percentages of Color #48ceff

%72
%19
%0
%0

Triadic Colors of #48ceff

#48ceff #ff48ce #ceff48

Analogous Colors of #48ceff

#48ceff #4873ff #48ffd5

Monochromatic Colors of #48ceff

#48ceff

Complementary Color

#48ceff #ff7948

#48ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ceff Color CSS Codes

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

#48ceff Text Font Color

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

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


#48ceff Background Color

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

This div background color is #48ceff


#48ceff Border Color

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

This div border color is #48ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ceff


Comments

No comments written yet.

Please login to write comment.