Color Hex Logo

#48adcb Color Hex

#48ADCB
(72,173,203)
0 Favorites   0 Comments

Color spaces of #48adcb

RGB 72173203
HSL0.540.560.54
HSV194°65°80°
CMYK 0.650.150.00   0.20
XYZ28.395535.576761.8703
Yxy35.57670.22560.2827
Hunter Lab59.6462-19.4032-19.7485
CIE-Lab66.1952-20.0380-23.9389

#48adcb color RGB value is (72,173,203).

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

The process color (four color CMYK) of #48adcb color hex is 0.65, 0.15, 0.00, 0.20. Web safe color of #48adcb is #3399cc. Color #48adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101101 11001011
Octal 110 255 313
Decimal 72 173 203
Hex 48 AD CB

RGB Percentages of Color #48adcb

%16.07
%38.62
%45.31

CMYK Percentages of Color #48adcb

%65
%15
%0
%20

Triadic Colors of #48adcb

#48adcb #cb48ad #adcb48

Analogous Colors of #48adcb

#48adcb #486ccb #48cba8

Monochromatic Colors of #48adcb

#48adcb

Complementary Color

#48adcb #cb6648

#48adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48adcb Color CSS Codes

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

#48adcb Text Font Color

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

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


#48adcb Background Color

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

This div background color is #48adcb


#48adcb Border Color

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

This div border color is #48adcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,173,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 #48adcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48adcb


Comments

No comments written yet.

Please login to write comment.