Color Hex Logo

#48aabf Color Hex

#48AABF
(72,170,191)
0 Favorites   0 Comments

Color spaces of #48aabf

RGB 72170191
HSL0.530.480.52
HSV191°62°75°
CMYK 0.620.110.00   0.25
XYZ26.451233.888854.4373
Yxy33.88880.23050.2953
Hunter Lab58.2141-20.7682-14.6935
CIE-Lab64.8742-22.1540-19.2977

#48aabf color RGB value is (72,170,191).

#48aabf hex color red value is 72, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #48aabf hue: 0.53 , saturation: 0.48 and the lightness value of 48aabf is 0.52.

The process color (four color CMYK) of #48aabf color hex is 0.62, 0.11, 0.00, 0.25. Web safe color of #48aabf is #3399cc. Color #48aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 10111111
Octal 110 252 277
Decimal 72 170 191
Hex 48 AA BF

RGB Percentages of Color #48aabf

%16.63
%39.26
%44.11

CMYK Percentages of Color #48aabf

%62
%11
%0
%25

Triadic Colors of #48aabf

#48aabf #bf48aa #aabf48

Analogous Colors of #48aabf

#48aabf #486fbf #48bf99

Monochromatic Colors of #48aabf

#48aabf

Complementary Color

#48aabf #bf5d48

#48aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aabf Color CSS Codes

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

#48aabf Text Font Color

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

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


#48aabf Background Color

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

This div background color is #48aabf


#48aabf Border Color

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

This div border color is #48aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aabf


Comments

No comments written yet.

Please login to write comment.