Color Hex Logo

#48c2ba Color Hex

#48C2BA
(72,194,186)
0 Favorites   0 Comments

Color spaces of #48c2ba

RGB 72194186
HSL0.490.500.52
HSV176°63°76°
CMYK 0.630.000.04   0.24
XYZ30.827243.506553.2272
Yxy43.50650.24170.3411
Hunter Lab65.9595-32.0042-1.6735
CIE-Lab71.8974-35.3350-6.0038

#48c2ba color RGB value is (72,194,186).

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

The process color (four color CMYK) of #48c2ba color hex is 0.63, 0.00, 0.04, 0.24. Web safe color of #48c2ba is #33cccc. Color #48c2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000010 10111010
Octal 110 302 272
Decimal 72 194 186
Hex 48 C2 BA

RGB Percentages of Color #48c2ba

%15.93
%42.92
%41.15

CMYK Percentages of Color #48c2ba

%63
%0
%4
%24

Triadic Colors of #48c2ba

#48c2ba #ba48c2 #c2ba48

Analogous Colors of #48c2ba

#48c2ba #488dc2 #48c27d

Monochromatic Colors of #48c2ba

#48c2ba

Complementary Color

#48c2ba #c24850

#48c2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c2ba Color CSS Codes

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

#48c2ba Text Font Color

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

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


#48c2ba Background Color

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

This div background color is #48c2ba


#48c2ba Border Color

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

This div border color is #48c2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c2ba


Comments

No comments written yet.

Please login to write comment.