Color Hex Logo

#48dbdc Color Hex

#48DBDC
(72,219,220)
0 Favorites   0 Comments

Color spaces of #48dbdc

RGB 72219220
HSL0.500.680.57
HSV180°67°86°
CMYK 0.670.000.00   0.14
XYZ40.922357.208176.5956
Yxy57.20810.23420.3274
Hunter Lab75.6360-35.7870-7.0970
CIE-Lab80.2965-37.5187-11.8451

#48dbdc color RGB value is (72,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 11011100
Octal 110 333 334
Decimal 72 219 220
Hex 48 DB DC

RGB Percentages of Color #48dbdc

%14.09
%42.86
%43.05

CMYK Percentages of Color #48dbdc

%67
%0
%0
%14

Triadic Colors of #48dbdc

#48dbdc #dc48db #dbdc48

Analogous Colors of #48dbdc

#48dbdc #4891dc #48dc93

Monochromatic Colors of #48dbdc

#48dbdc

Complementary Color

#48dbdc #dc4948

#48dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbdc Color CSS Codes

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

#48dbdc Text Font Color

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

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


#48dbdc Background Color

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

This div background color is #48dbdc


#48dbdc Border Color

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

This div border color is #48dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbdc


Comments

No comments written yet.

Please login to write comment.