Color Hex Logo

#48aebd Color Hex

#48AEBD
(72,174,189)
0 Favorites   0 Comments

Color spaces of #48aebd

RGB 72174189
HSL0.520.470.51
HSV188°62°74°
CMYK 0.620.080.00   0.26
XYZ26.993835.323953.5396
Yxy35.32390.23300.3049
Hunter Lab59.4339-22.9379-11.8062
CIE-Lab66.0001-24.7898-16.4792

#48aebd color RGB value is (72,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 10111101
Octal 110 256 275
Decimal 72 174 189
Hex 48 AE BD

RGB Percentages of Color #48aebd

%16.55
%40.00
%43.45

CMYK Percentages of Color #48aebd

%62
%8
%0
%26

Triadic Colors of #48aebd

#48aebd #bd48ae #aebd48

Analogous Colors of #48aebd

#48aebd #4874bd #48bd92

Monochromatic Colors of #48aebd

#48aebd

Complementary Color

#48aebd #bd5748

#48aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aebd Color CSS Codes

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

#48aebd Text Font Color

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

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


#48aebd Background Color

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

This div background color is #48aebd


#48aebd Border Color

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

This div border color is #48aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aebd

#48aebd Color Palettes


Comments

No comments written yet.

Please login to write comment.