Color Hex Logo

#48cdff Color Hex

#48CDFF
(72,205,255)
0 Favorites   0 Comments

Color spaces of #48cdff

RGB 72205255
HSL0.551.000.64
HSV196°72°100°
CMYK 0.720.200.00   0.00
XYZ42.553852.2604102.4522
Yxy52.26040.21570.2649
Hunter Lab72.2914-21.4371-33.4226
CIE-Lab77.4363-20.2380-34.8854

#48cdff color RGB value is (72,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11111111
Octal 110 315 377
Decimal 72 205 255
Hex 48 CD FF

RGB Percentages of Color #48cdff

%13.53
%38.53
%47.93

CMYK Percentages of Color #48cdff

%72
%20
%0
%0

Triadic Colors of #48cdff

#48cdff #ff48cd #cdff48

Analogous Colors of #48cdff

#48cdff #4872ff #48ffd6

Monochromatic Colors of #48cdff

#48cdff

Complementary Color

#48cdff #ff7a48

#48cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cdff Color CSS Codes

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

#48cdff Text Font Color

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

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


#48cdff Background Color

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

This div background color is #48cdff


#48cdff Border Color

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

This div border color is #48cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cdff

Related Colors


Comments

No comments written yet.

Please login to write comment.