Color Hex Logo

#48aacf Color Hex

#48AACF
(72,170,207)
0 Favorites   0 Comments

Color spaces of #48aacf

RGB 72170207
HSL0.550.580.55
HSV196°65°81°
CMYK 0.650.180.00   0.19
XYZ28.309734.632264.2241
Yxy34.63220.22260.2723
Hunter Lab58.8491-17.1176-23.5108
CIE-Lab65.4613-17.2115-27.2789

#48aacf color RGB value is (72,170,207).

#48aacf hex color red value is 72, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #48aacf hue: 0.55 , saturation: 0.58 and the lightness value of 48aacf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11001111
Octal 110 252 317
Decimal 72 170 207
Hex 48 AA CF

RGB Percentages of Color #48aacf

%16.04
%37.86
%46.10

CMYK Percentages of Color #48aacf

%65
%18
%0
%19

Triadic Colors of #48aacf

#48aacf #cf48aa #aacf48

Analogous Colors of #48aacf

#48aacf #4867cf #48cfb1

Monochromatic Colors of #48aacf

#48aacf

Complementary Color

#48aacf #cf6d48

#48aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aacf Color CSS Codes

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

#48aacf Text Font Color

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

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


#48aacf Background Color

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

This div background color is #48aacf


#48aacf Border Color

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

This div border color is #48aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aacf


Comments

No comments written yet.

Please login to write comment.