Color Hex Logo

#48c6ef Color Hex

#48C6EF
(72,198,239)
0 Favorites   0 Comments

Color spaces of #48c6ef

RGB 72198239
HSL0.540.840.61
HSV195°70°94°
CMYK 0.700.170.00   0.06
XYZ38.446647.997988.8995
Yxy47.99790.21930.2737
Hunter Lab69.2805-22.1839-27.5835
CIE-Lab74.8236-21.7013-30.3365

#48c6ef color RGB value is (72,198,239).

#48c6ef hex color red value is 72, green value is 198 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #48c6ef hue: 0.54 , saturation: 0.84 and the lightness value of 48c6ef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000110 11101111
Octal 110 306 357
Decimal 72 198 239
Hex 48 C6 EF

RGB Percentages of Color #48c6ef

%14.15
%38.90
%46.95

CMYK Percentages of Color #48c6ef

%70
%17
%0
%6

Triadic Colors of #48c6ef

#48c6ef #ef48c6 #c6ef48

Analogous Colors of #48c6ef

#48c6ef #4873ef #48efc5

Monochromatic Colors of #48c6ef

#48c6ef

Complementary Color

#48c6ef #ef7148

#48c6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c6ef Color CSS Codes

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

#48c6ef Text Font Color

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

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


#48c6ef Background Color

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

This div background color is #48c6ef


#48c6ef Border Color

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

This div border color is #48c6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c6ef


Comments

No comments written yet.

Please login to write comment.