Color Hex Logo

#48cddf Color Hex

#48CDDF
(72,205,223)
0 Favorites   0 Comments

Color spaces of #48cddf

RGB 72205223
HSL0.520.700.58
HSV187°68°87°
CMYK 0.680.080.00   0.13
XYZ37.823150.368177.5406
Yxy50.36810.22820.3039
Hunter Lab70.9705-29.0683-15.0994
CIE-Lab76.2946-30.0518-19.4733

#48cddf color RGB value is (72,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11011111
Octal 110 315 337
Decimal 72 205 223
Hex 48 CD DF

RGB Percentages of Color #48cddf

%14.40
%41.00
%44.60

CMYK Percentages of Color #48cddf

%68
%8
%0
%13

Triadic Colors of #48cddf

#48cddf #df48cd #cddf48

Analogous Colors of #48cddf

#48cddf #4882df #48dfa6

Monochromatic Colors of #48cddf

#48cddf

Complementary Color

#48cddf #df5a48

#48cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cddf Color CSS Codes

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

#48cddf Text Font Color

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

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


#48cddf Background Color

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

This div background color is #48cddf


#48cddf Border Color

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

This div border color is #48cddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,205,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 #48cddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cddf


Comments

No comments written yet.

Please login to write comment.