Color Hex Logo

#48ccdb Color Hex

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

Color spaces of #48ccdb

RGB 72204219
HSL0.520.670.57
HSV186°67°86°
CMYK 0.670.070.00   0.14
XYZ37.051549.677974.6538
Yxy49.67790.22960.3078
Hunter Lab70.4826-29.5100-13.4611
CIE-Lab75.8711-30.7444-17.9590

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

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

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

Base Numbers

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

RGB Percentages of Color #48ccdb

%14.55
%41.21
%44.24

CMYK Percentages of Color #48ccdb

%67
%7
%0
%14

Triadic Colors of #48ccdb

#48ccdb #db48cc #ccdb48

Analogous Colors of #48ccdb

#48ccdb #4883db #48dba1

Monochromatic Colors of #48ccdb

#48ccdb

Complementary Color

#48ccdb #db5748

#48ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ccdb Color CSS Codes

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

#48ccdb Text Font Color

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

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


#48ccdb Background Color

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

This div background color is #48ccdb


#48ccdb Border Color

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

This div border color is #48ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ccdb


Comments

No comments written yet.

Please login to write comment.