Color Hex Logo

#48edfd Color Hex

#48EDFD
(72,237,253)
0 Favorites   0 Comments

Color spaces of #48edfd

RGB 72237253
HSL0.510.980.64
HSV185°72°99°
CMYK 0.720.060.00   0.01
XYZ50.686369.0379103.5827
Yxy69.03790.22700.3092
Hunter Lab83.0890-36.5166-15.7514
CIE-Lab86.5228-36.4430-19.9371

#48edfd color RGB value is (72,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101101 11111101
Octal 110 355 375
Decimal 72 237 253
Hex 48 ED FD

RGB Percentages of Color #48edfd

%12.81
%42.17
%45.02

CMYK Percentages of Color #48edfd

%72
%6
%0
%1

Triadic Colors of #48edfd

#48edfd #fd48ed #edfd48

Analogous Colors of #48edfd

#48edfd #4893fd #48fdb3

Monochromatic Colors of #48edfd

#48edfd

Complementary Color

#48edfd #fd5848

#48edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48edfd Color CSS Codes

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

#48edfd Text Font Color

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

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


#48edfd Background Color

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

This div background color is #48edfd


#48edfd Border Color

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

This div border color is #48edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.