Color Hex Logo

#48bacb Color Hex

#48BACB
(72,186,203)
0 Favorites   0 Comments

Color spaces of #48bacb

RGB 72186203
HSL0.520.560.54
HSV188°65°80°
CMYK 0.650.080.00   0.20
XYZ31.010940.807362.7421
Yxy40.80730.23050.3033
Hunter Lab63.8806-25.1380-13.5169
CIE-Lab70.0407-26.6510-18.0832

#48bacb color RGB value is (72,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11001011
Octal 110 272 313
Decimal 72 186 203
Hex 48 BA CB

RGB Percentages of Color #48bacb

%15.62
%40.35
%44.03

CMYK Percentages of Color #48bacb

%65
%8
%0
%20

Triadic Colors of #48bacb

#48bacb #cb48ba #bacb48

Analogous Colors of #48bacb

#48bacb #4879cb #48cb9b

Monochromatic Colors of #48bacb

#48bacb

Complementary Color

#48bacb #cb5948

#48bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bacb Color CSS Codes

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

#48bacb Text Font Color

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

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


#48bacb Background Color

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

This div background color is #48bacb


#48bacb Border Color

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

This div border color is #48bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bacb


Comments

No comments written yet.

Please login to write comment.