Color Hex Logo

#48acaf Color Hex

#48ACAF
(72,172,175)
0 Favorites   0 Comments

Color spaces of #48acaf

RGB 72172175
HSL0.500.420.48
HSV182°59°69°
CMYK 0.590.020.00   0.31
XYZ25.162933.977945.7896
Yxy33.97790.23980.3238
Hunter Lab58.2906-24.9535-5.7713
CIE-Lab64.9450-27.8475-10.2812

#48acaf color RGB value is (72,172,175).

#48acaf hex color red value is 72, green value is 172 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #48acaf hue: 0.50 , saturation: 0.42 and the lightness value of 48acaf is 0.48.

The process color (four color CMYK) of #48acaf color hex is 0.59, 0.02, 0.00, 0.31. Web safe color of #48acaf is #339999. Color #48acaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 10101111
Octal 110 254 257
Decimal 72 172 175
Hex 48 AC AF

RGB Percentages of Color #48acaf

%17.18
%41.05
%41.77

CMYK Percentages of Color #48acaf

%59
%2
%0
%31

Triadic Colors of #48acaf

#48acaf #af48ac #acaf48

Analogous Colors of #48acaf

#48acaf #4879af #48af7f

Monochromatic Colors of #48acaf

#48acaf

Complementary Color

#48acaf #af4b48

#48acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acaf Color CSS Codes

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

#48acaf Text Font Color

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

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


#48acaf Background Color

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

This div background color is #48acaf


#48acaf Border Color

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

This div border color is #48acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acaf


Comments

No comments written yet.

Please login to write comment.