Color Hex Logo

#48cdfd Color Hex

#48CDFD
(72,205,253)
0 Favorites   0 Comments

Color spaces of #48cdfd

RGB 72205253
HSL0.540.980.64
HSV196°72°99°
CMYK 0.720.190.00   0.01
XYZ42.233452.1322100.7651
Yxy52.13220.21640.2672
Hunter Lab72.2026-21.9448-32.2025
CIE-Lab77.3598-20.8708-33.9355

#48cdfd color RGB value is (72,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11111101
Octal 110 315 375
Decimal 72 205 253
Hex 48 CD FD

RGB Percentages of Color #48cdfd

%13.58
%38.68
%47.74

CMYK Percentages of Color #48cdfd

%72
%19
%0
%1

Triadic Colors of #48cdfd

#48cdfd #fd48cd #cdfd48

Analogous Colors of #48cdfd

#48cdfd #4873fd #48fdd3

Monochromatic Colors of #48cdfd

#48cdfd

Complementary Color

#48cdfd #fd7848

#48cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cdfd Color CSS Codes

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

#48cdfd Text Font Color

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

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


#48cdfd Background Color

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

This div background color is #48cdfd


#48cdfd Border Color

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

This div border color is #48cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cdfd


Comments

No comments written yet.

Please login to write comment.