Color Hex Logo

#48d8ef Color Hex

#48D8EF
(72,216,239)
0 Favorites   0 Comments

Color spaces of #48d8ef

RGB 72216239
HSL0.520.840.61
HSV188°70°94°
CMYK 0.700.100.00   0.06
XYZ42.808356.721490.3535
Yxy56.72140.22540.2987
Hunter Lab75.3136-30.3393-18.4105
CIE-Lab80.0226-30.6251-22.3862

#48d8ef color RGB value is (72,216,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011000 11101111
Octal 110 330 357
Decimal 72 216 239
Hex 48 D8 EF

RGB Percentages of Color #48d8ef

%13.66
%40.99
%45.35

CMYK Percentages of Color #48d8ef

%70
%10
%0
%6

Triadic Colors of #48d8ef

#48d8ef #ef48d8 #d8ef48

Analogous Colors of #48d8ef

#48d8ef #4885ef #48efb3

Monochromatic Colors of #48d8ef

#48d8ef

Complementary Color

#48d8ef #ef5f48

#48d8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d8ef Color CSS Codes

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

#48d8ef Text Font Color

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

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


#48d8ef Background Color

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

This div background color is #48d8ef


#48d8ef Border Color

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

This div border color is #48d8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d8ef


Comments

No comments written yet.

Please login to write comment.