Color Hex Logo

#48dace Color Hex

#48DACE
(72,218,206)
0 Favorites   0 Comments

Color spaces of #48dace

RGB 72218206
HSL0.490.660.57
HSV175°67°85°
CMYK 0.670.000.06   0.15
XYZ38.884555.976867.1477
Yxy55.97680.24000.3455
Hunter Lab74.8176-38.1602-0.8395
CIE-Lab79.6006-40.8932-5.4082

#48dace color RGB value is (72,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011010 11001110
Octal 110 332 316
Decimal 72 218 206
Hex 48 DA CE

RGB Percentages of Color #48dace

%14.52
%43.95
%41.53

CMYK Percentages of Color #48dace

%67
%0
%6
%15

Triadic Colors of #48dace

#48dace #ce48da #dace48

Analogous Colors of #48dace

#48dace #489dda #48da85

Monochromatic Colors of #48dace

#48dace

Complementary Color

#48dace #da4854

#48dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dace Color CSS Codes

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

#48dace Text Font Color

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

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


#48dace Background Color

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

This div background color is #48dace


#48dace Border Color

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

This div border color is #48dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dace


Comments

No comments written yet.

Please login to write comment.