Color Hex Logo

#48abed Color Hex

#48ABED
(72,171,237)
0 Favorites   0 Comments

Color spaces of #48abed

RGB 72171237
HSL0.570.820.61
HSV204°70°93°
CMYK 0.700.280.00   0.07
XYZ32.521536.618085.4747
Yxy36.61800.21030.2368
Hunter Lab60.5128-9.9659-41.3885
CIE-Lab66.9894-7.9983-41.4117

#48abed color RGB value is (72,171,237).

#48abed hex color red value is 72, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #48abed hue: 0.57 , saturation: 0.82 and the lightness value of 48abed is 0.61.

The process color (four color CMYK) of #48abed color hex is 0.70, 0.28, 0.00, 0.07. Web safe color of #48abed is #3399ff. Color #48abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11101101
Octal 110 253 355
Decimal 72 171 237
Hex 48 AB ED

RGB Percentages of Color #48abed

%15.00
%35.63
%49.38

CMYK Percentages of Color #48abed

%70
%28
%0
%7

Triadic Colors of #48abed

#48abed #ed48ab #abed48

Analogous Colors of #48abed

#48abed #4858ed #48eddd

Monochromatic Colors of #48abed

#48abed

Complementary Color

#48abed #ed8a48

#48abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abed Color CSS Codes

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

#48abed Text Font Color

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

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


#48abed Background Color

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

This div background color is #48abed


#48abed Border Color

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

This div border color is #48abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abed


Comments

No comments written yet.

Please login to write comment.