Color Hex Logo

#48ddcf Color Hex

#48DDCF
(72,221,207)
0 Favorites   0 Comments

Color spaces of #48ddcf

RGB 72221207
HSL0.480.690.57
HSV174°67°87°
CMYK 0.670.000.06   0.13
XYZ39.791457.595668.0513
Yxy57.59560.24050.3481
Hunter Lab75.8918-39.2199-0.0404
CIE-Lab80.5134-41.9643-4.5946

#48ddcf color RGB value is (72,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011101 11001111
Octal 110 335 317
Decimal 72 221 207
Hex 48 DD CF

RGB Percentages of Color #48ddcf

%14.40
%44.20
%41.40

CMYK Percentages of Color #48ddcf

%67
%0
%6
%13

Triadic Colors of #48ddcf

#48ddcf #cf48dd #ddcf48

Analogous Colors of #48ddcf

#48ddcf #48a1dd #48dd85

Monochromatic Colors of #48ddcf

#48ddcf

Complementary Color

#48ddcf #dd4856

#48ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ddcf Color CSS Codes

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

#48ddcf Text Font Color

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

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


#48ddcf Background Color

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

This div background color is #48ddcf


#48ddcf Border Color

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

This div border color is #48ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ddcf


Comments

No comments written yet.

Please login to write comment.