Color Hex Logo

#48bfc0 Color Hex

#48BFC0
(72,191,192)
0 Favorites   0 Comments

Color spaces of #48bfc0

RGB 72191192
HSL0.500.490.52
HSV181°63°75°
CMYK 0.630.010.00   0.25
XYZ30.817742.445156.4376
Yxy42.44510.23760.3273
Hunter Lab65.1499-29.5769-5.7564
CIE-Lab71.1767-32.2639-10.3523

#48bfc0 color RGB value is (72,191,192).

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

The process color (four color CMYK) of #48bfc0 color hex is 0.63, 0.01, 0.00, 0.25. Web safe color of #48bfc0 is #33cccc. Color #48bfc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11000000
Octal 110 277 300
Decimal 72 191 192
Hex 48 BF C0

RGB Percentages of Color #48bfc0

%15.82
%41.98
%42.20

CMYK Percentages of Color #48bfc0

%63
%1
%0
%25

Triadic Colors of #48bfc0

#48bfc0 #c048bf #bfc048

Analogous Colors of #48bfc0

#48bfc0 #4883c0 #48c085

Monochromatic Colors of #48bfc0

#48bfc0

Complementary Color

#48bfc0 #c04948

#48bfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfc0 Color CSS Codes

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

#48bfc0 Text Font Color

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

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


#48bfc0 Background Color

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

This div background color is #48bfc0


#48bfc0 Border Color

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

This div border color is #48bfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfc0


Comments

No comments written yet.

Please login to write comment.