Color Hex Logo

#48dacd Color Hex

#48DACD
(72,218,205)
0 Favorites   0 Comments

Color spaces of #48dacd

RGB 72218205
HSL0.490.660.57
HSV175°67°85°
CMYK 0.670.000.06   0.15
XYZ38.763355.928366.5098
Yxy55.92830.24050.3469
Hunter Lab74.7852-38.3525-0.3796
CIE-Lab79.5730-41.1602-4.9151

#48dacd color RGB value is (72,218,205).

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

The process color (four color CMYK) of #48dacd color hex is 0.67, 0.00, 0.06, 0.15. Web safe color of #48dacd is #33cccc. Color #48dacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 11001101
Octal 110 332 315
Decimal 72 218 205
Hex 48 DA CD

RGB Percentages of Color #48dacd

%14.55
%44.04
%41.41

CMYK Percentages of Color #48dacd

%67
%0
%6
%15

Triadic Colors of #48dacd

#48dacd #cd48da #dacd48

Analogous Colors of #48dacd

#48dacd #489eda #48da84

Monochromatic Colors of #48dacd

#48dacd

Complementary Color

#48dacd #da4855

#48dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dacd Color CSS Codes

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

#48dacd Text Font Color

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

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


#48dacd Background Color

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

This div background color is #48dacd


#48dacd Border Color

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

This div border color is #48dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dacd


Comments

No comments written yet.

Please login to write comment.