Color Hex Logo

#48bac5 Color Hex

#48BAC5
(72,186,197)
0 Favorites   0 Comments

Color spaces of #48bac5

RGB 72186197
HSL0.510.520.53
HSV185°63°77°
CMYK 0.630.060.00   0.23
XYZ30.309440.526759.0483
Yxy40.52670.23340.3120
Hunter Lab63.6606-26.4205-10.4320
CIE-Lab69.8430-28.4143-15.0917

#48bac5 color RGB value is (72,186,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11000101
Octal 110 272 305
Decimal 72 186 197
Hex 48 BA C5

RGB Percentages of Color #48bac5

%15.82
%40.88
%43.30

CMYK Percentages of Color #48bac5

%63
%6
%0
%23

Triadic Colors of #48bac5

#48bac5 #c548ba #bac548

Analogous Colors of #48bac5

#48bac5 #487cc5 #48c592

Monochromatic Colors of #48bac5

#48bac5

Complementary Color

#48bac5 #c55348

#48bac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bac5 Color CSS Codes

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

#48bac5 Text Font Color

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

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


#48bac5 Background Color

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

This div background color is #48bac5


#48bac5 Border Color

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

This div border color is #48bac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bac5


Comments

No comments written yet.

Please login to write comment.