Color Hex Logo

#48abbe Color Hex

#48ABBE
(72,171,190)
0 Favorites   0 Comments

Color spaces of #48abbe

RGB 72171190
HSL0.530.480.51
HSV190°62°75°
CMYK 0.620.100.00   0.25
XYZ26.529734.221253.9223
Yxy34.22120.23140.2984
Hunter Lab58.4989-21.4219-13.7023
CIE-Lab65.1378-22.9674-18.3412

#48abbe color RGB value is (72,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 10111110
Octal 110 253 276
Decimal 72 171 190
Hex 48 AB BE

RGB Percentages of Color #48abbe

%16.63
%39.49
%43.88

CMYK Percentages of Color #48abbe

%62
%10
%0
%25

Triadic Colors of #48abbe

#48abbe #be48ab #abbe48

Analogous Colors of #48abbe

#48abbe #4870be #48be96

Monochromatic Colors of #48abbe

#48abbe

Complementary Color

#48abbe #be5b48

#48abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abbe Color CSS Codes

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

#48abbe Text Font Color

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

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


#48abbe Background Color

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

This div background color is #48abbe


#48abbe Border Color

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

This div border color is #48abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abbe


Comments

No comments written yet.

Please login to write comment.