Color Hex Logo

#48effd Color Hex

#48EFFD
(72,239,253)
0 Favorites   0 Comments

Color spaces of #48effd

RGB 72239253
HSL0.510.980.64
HSV185°72°99°
CMYK 0.720.060.00   0.01
XYZ51.268670.2026103.7768
Yxy70.20260.22760.3117
Hunter Lab83.7870-37.4045-14.7844
CIE-Lab87.0961-37.3675-19.0714

#48effd color RGB value is (72,239,253).

#48effd hex color red value is 72, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #48effd hue: 0.51 , saturation: 0.98 and the lightness value of 48effd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101111 11111101
Octal 110 357 375
Decimal 72 239 253
Hex 48 EF FD

RGB Percentages of Color #48effd

%12.77
%42.38
%44.86

CMYK Percentages of Color #48effd

%72
%6
%0
%1

Triadic Colors of #48effd

#48effd #fd48ef #effd48

Analogous Colors of #48effd

#48effd #4895fd #48fdb1

Monochromatic Colors of #48effd

#48effd

Complementary Color

#48effd #fd5648

#48effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48effd Color CSS Codes

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

#48effd Text Font Color

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

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


#48effd Background Color

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

This div background color is #48effd


#48effd Border Color

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

This div border color is #48effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48effd


Comments

No comments written yet.

Please login to write comment.