Color Hex Logo

#48addc Color Hex

#48ADDC
(72,173,220)
0 Favorites   0 Comments

Color spaces of #48addc

RGB 72173220
HSL0.550.680.57
HSV199°67°86°
CMYK 0.670.210.00   0.14
XYZ30.534336.432273.1329
Yxy36.43220.21790.2600
Hunter Lab60.3591-15.3293-29.5862
CIE-Lab66.8488-14.6655-32.3088

#48addc color RGB value is (72,173,220).

#48addc hex color red value is 72, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #48addc hue: 0.55 , saturation: 0.68 and the lightness value of 48addc is 0.57.

The process color (four color CMYK) of #48addc color hex is 0.67, 0.21, 0.00, 0.14. Web safe color of #48addc is #3399cc. Color #48addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101101 11011100
Octal 110 255 334
Decimal 72 173 220
Hex 48 AD DC

RGB Percentages of Color #48addc

%15.48
%37.20
%47.31

CMYK Percentages of Color #48addc

%67
%21
%0
%14

Triadic Colors of #48addc

#48addc #dc48ad #addc48

Analogous Colors of #48addc

#48addc #4863dc #48dcc1

Monochromatic Colors of #48addc

#48addc

Complementary Color

#48addc #dc7748

#48addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48addc Color CSS Codes

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

#48addc Text Font Color

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

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


#48addc Background Color

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

This div background color is #48addc


#48addc Border Color

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

This div border color is #48addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48addc


Comments

No comments written yet.

Please login to write comment.