Color Hex Logo

#48dadd Color Hex

#48DADD
(72,218,221)
0 Favorites   0 Comments

Color spaces of #48dadd

RGB 72218221
HSL0.500.690.57
HSV181°67°87°
CMYK 0.670.010.00   0.13
XYZ40.795056.741077.2086
Yxy56.74100.23350.3247
Hunter Lab75.3266-35.1505-8.0427
CIE-Lab80.0337-36.7779-12.7714

#48dadd color RGB value is (72,218,221).

#48dadd hex color red value is 72, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #48dadd hue: 0.50 , saturation: 0.69 and the lightness value of 48dadd is 0.57.

The process color (four color CMYK) of #48dadd color hex is 0.67, 0.01, 0.00, 0.13. Web safe color of #48dadd is #33cccc. Color #48dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 11011101
Octal 110 332 335
Decimal 72 218 221
Hex 48 DA DD

RGB Percentages of Color #48dadd

%14.09
%42.66
%43.25

CMYK Percentages of Color #48dadd

%67
%1
%0
%13

Triadic Colors of #48dadd

#48dadd #dd48da #dadd48

Analogous Colors of #48dadd

#48dadd #4890dd #48dd96

Monochromatic Colors of #48dadd

#48dadd

Complementary Color

#48dadd #dd4b48

#48dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dadd Color CSS Codes

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

#48dadd Text Font Color

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

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


#48dadd Background Color

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

This div background color is #48dadd


#48dadd Border Color

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

This div border color is #48dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dadd


Comments

No comments written yet.

Please login to write comment.