Color Hex Logo

#48ddca Color Hex

#48DDCA
(72,221,202)
0 Favorites   0 Comments

Color spaces of #48ddca

RGB 72221202
HSL0.480.690.57
HSV172°67°87°
CMYK 0.670.000.09   0.13
XYZ39.189657.354964.8822
Yxy57.35490.24280.3553
Hunter Lab75.7330-40.16432.2180
CIE-Lab80.3788-43.2792-2.1301

#48ddca color RGB value is (72,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011101 11001010
Octal 110 335 312
Decimal 72 221 202
Hex 48 DD CA

RGB Percentages of Color #48ddca

%14.55
%44.65
%40.81

CMYK Percentages of Color #48ddca

%67
%0
%9
%13

Triadic Colors of #48ddca

#48ddca #ca48dd #ddca48

Analogous Colors of #48ddca

#48ddca #48a6dd #48dd80

Monochromatic Colors of #48ddca

#48ddca

Complementary Color

#48ddca #dd485b

#48ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ddca Color CSS Codes

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

#48ddca Text Font Color

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

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


#48ddca Background Color

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

This div background color is #48ddca


#48ddca Border Color

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

This div border color is #48ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ddca

#48ddca Color Palettes


Comments

No comments written yet.

Please login to write comment.