Color Hex Logo

#48aeba Color Hex

#48AEBA
(72,174,186)
0 Favorites   0 Comments

Color spaces of #48aeba

RGB 72174186
HSL0.520.450.51
HSV186°61°73°
CMYK 0.610.060.00   0.27
XYZ26.671535.195051.8420
Yxy35.19500.23460.3095
Hunter Lab59.3254-23.5694-10.2833
CIE-Lab65.9002-25.6726-14.9650

#48aeba color RGB value is (72,174,186).

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

The process color (four color CMYK) of #48aeba color hex is 0.61, 0.06, 0.00, 0.27. Web safe color of #48aeba is #3399cc. Color #48aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 10111010
Octal 110 256 272
Decimal 72 174 186
Hex 48 AE BA

RGB Percentages of Color #48aeba

%16.67
%40.28
%43.06

CMYK Percentages of Color #48aeba

%61
%6
%0
%27

Triadic Colors of #48aeba

#48aeba #ba48ae #aeba48

Analogous Colors of #48aeba

#48aeba #4875ba #48ba8d

Monochromatic Colors of #48aeba

#48aeba

Complementary Color

#48aeba #ba5448

#48aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aeba Color CSS Codes

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

#48aeba Text Font Color

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

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


#48aeba Background Color

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

This div background color is #48aeba


#48aeba Border Color

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

This div border color is #48aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aeba


Comments

No comments written yet.

Please login to write comment.