Color Hex Logo

#48dcdf Color Hex

#48DCDF
(72,220,223)
0 Favorites   0 Comments

Color spaces of #48dcdf

RGB 72220223
HSL0.500.700.58
HSV181°68°87°
CMYK 0.680.010.00   0.13
XYZ41.585057.891878.7945
Yxy57.89180.23330.3247
Hunter Lab76.0867-35.5929-8.1394
CIE-Lab80.6786-37.1386-12.8724

#48dcdf color RGB value is (72,220,223).

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

The process color (four color CMYK) of #48dcdf color hex is 0.68, 0.01, 0.00, 0.13. Web safe color of #48dcdf is #33cccc. Color #48dcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011100 11011111
Octal 110 334 337
Decimal 72 220 223
Hex 48 DC DF

RGB Percentages of Color #48dcdf

%13.98
%42.72
%43.30

CMYK Percentages of Color #48dcdf

%68
%1
%0
%13

Triadic Colors of #48dcdf

#48dcdf #df48dc #dcdf48

Analogous Colors of #48dcdf

#48dcdf #4891df #48df97

Monochromatic Colors of #48dcdf

#48dcdf

Complementary Color

#48dcdf #df4b48

#48dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dcdf Color CSS Codes

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

#48dcdf Text Font Color

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

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


#48dcdf Background Color

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

This div background color is #48dcdf


#48dcdf Border Color

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

This div border color is #48dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dcdf


Comments

No comments written yet.

Please login to write comment.