Color Hex Logo

#48ecfd Color Hex

#48ECFD
(72,236,253)
0 Favorites   0 Comments

Color spaces of #48ecfd

RGB 72236253
HSL0.520.980.64
HSV186°72°99°
CMYK 0.720.070.00   0.01
XYZ50.397668.4605103.4865
Yxy68.46050.22670.3079
Hunter Lab82.7409-36.0718-16.2372
CIE-Lab86.2362-35.9789-20.3704

#48ecfd color RGB value is (72,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101100 11111101
Octal 110 354 375
Decimal 72 236 253
Hex 48 EC FD

RGB Percentages of Color #48ecfd

%12.83
%42.07
%45.10

CMYK Percentages of Color #48ecfd

%72
%7
%0
%1

Triadic Colors of #48ecfd

#48ecfd #fd48ec #ecfd48

Analogous Colors of #48ecfd

#48ecfd #4892fd #48fdb4

Monochromatic Colors of #48ecfd

#48ecfd

Complementary Color

#48ecfd #fd5948

#48ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ecfd Color CSS Codes

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

#48ecfd Text Font Color

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

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


#48ecfd Background Color

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

This div background color is #48ecfd


#48ecfd Border Color

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

This div border color is #48ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.