Color Hex Logo

#48dbcc Color Hex

#48DBCC
(72,219,204)
0 Favorites   0 Comments

Color spaces of #48dbcc

RGB 72219204
HSL0.480.670.57
HSV174°67°86°
CMYK 0.670.000.07   0.14
XYZ38.903156.400465.9627
Yxy56.40040.24120.3497
Hunter Lab75.1002-38.95950.4940
CIE-Lab79.8412-41.8709-3.9861

#48dbcc color RGB value is (72,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 11001100
Octal 110 333 314
Decimal 72 219 204
Hex 48 DB CC

RGB Percentages of Color #48dbcc

%14.55
%44.24
%41.21

CMYK Percentages of Color #48dbcc

%67
%0
%7
%14

Triadic Colors of #48dbcc

#48dbcc #cc48db #dbcc48

Analogous Colors of #48dbcc

#48dbcc #48a1db #48db83

Monochromatic Colors of #48dbcc

#48dbcc

Complementary Color

#48dbcc #db4857

#48dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbcc Color CSS Codes

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

#48dbcc Text Font Color

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

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


#48dbcc Background Color

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

This div background color is #48dbcc


#48dbcc Border Color

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

This div border color is #48dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbcc


Comments

No comments written yet.

Please login to write comment.