Color Hex Logo

#48cdc2 Color Hex

#48CDC2
(72,205,194)
0 Favorites   0 Comments

Color spaces of #48cdc2

RGB 72205194
HSL0.490.570.54
HSV175°65°80°
CMYK 0.650.000.05   0.20
XYZ34.241448.935458.6797
Yxy48.93540.24140.3450
Hunter Lab69.9538-35.0460-0.7668
CIE-Lab75.4111-38.2393-5.1515

#48cdc2 color RGB value is (72,205,194).

#48cdc2 hex color red value is 72, green value is 205 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #48cdc2 hue: 0.49 , saturation: 0.57 and the lightness value of 48cdc2 is 0.54.

The process color (four color CMYK) of #48cdc2 color hex is 0.65, 0.00, 0.05, 0.20. Web safe color of #48cdc2 is #33cccc. Color #48cdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11000010
Octal 110 315 302
Decimal 72 205 194
Hex 48 CD C2

RGB Percentages of Color #48cdc2

%15.29
%43.52
%41.19

CMYK Percentages of Color #48cdc2

%65
%0
%5
%20

Triadic Colors of #48cdc2

#48cdc2 #c248cd #cdc248

Analogous Colors of #48cdc2

#48cdc2 #4896cd #48cd80

Monochromatic Colors of #48cdc2

#48cdc2

Complementary Color

#48cdc2 #cd4853

#48cdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cdc2 Color CSS Codes

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

#48cdc2 Text Font Color

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

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


#48cdc2 Background Color

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

This div background color is #48cdc2


#48cdc2 Border Color

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

This div border color is #48cdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cdc2


Comments

No comments written yet.

Please login to write comment.