Color Hex Logo

#48aebf Color Hex

#48AEBF
(72,174,191)
0 Favorites   0 Comments

Color spaces of #48aebf

RGB 72174191
HSL0.520.480.52
HSV189°62°75°
CMYK 0.620.090.00   0.25
XYZ27.212535.411454.6911
Yxy35.41140.23200.3018
Hunter Lab59.5075-22.5108-12.8360
CIE-Lab66.0677-24.1962-17.4863

#48aebf color RGB value is (72,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 10111111
Octal 110 256 277
Decimal 72 174 191
Hex 48 AE BF

RGB Percentages of Color #48aebf

%16.48
%39.82
%43.71

CMYK Percentages of Color #48aebf

%62
%9
%0
%25

Triadic Colors of #48aebf

#48aebf #bf48ae #aebf48

Analogous Colors of #48aebf

#48aebf #4873bf #48bf95

Monochromatic Colors of #48aebf

#48aebf

Complementary Color

#48aebf #bf5948

#48aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aebf Color CSS Codes

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

#48aebf Text Font Color

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

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


#48aebf Background Color

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

This div background color is #48aebf


#48aebf Border Color

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

This div border color is #48aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aebf


Comments

No comments written yet.

Please login to write comment.