Color Hex Logo

#48baee Color Hex

#48BAEE
(72,186,238)
0 Favorites   0 Comments

Color spaces of #48baee

RGB 72186238
HSL0.550.830.61
HSV199°70°93°
CMYK 0.700.220.00   0.07
XYZ35.664042.668687.2451
Yxy42.66860.21540.2577
Hunter Lab65.3212-16.8549-33.4648
CIE-Lab71.3295-15.7856-35.1940

#48baee color RGB value is (72,186,238).

#48baee hex color red value is 72, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #48baee hue: 0.55 , saturation: 0.83 and the lightness value of 48baee is 0.61.

The process color (four color CMYK) of #48baee color hex is 0.70, 0.22, 0.00, 0.07. Web safe color of #48baee is #33ccff. Color #48baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11101110
Octal 110 272 356
Decimal 72 186 238
Hex 48 BA EE

RGB Percentages of Color #48baee

%14.52
%37.50
%47.98

CMYK Percentages of Color #48baee

%70
%22
%0
%7

Triadic Colors of #48baee

#48baee #ee48ba #baee48

Analogous Colors of #48baee

#48baee #4867ee #48eecf

Monochromatic Colors of #48baee

#48baee

Complementary Color

#48baee #ee7c48

#48baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#48baee Color CSS Codes

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

#48baee Text Font Color

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

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


#48baee Background Color

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

This div background color is #48baee


#48baee Border Color

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

This div border color is #48baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48baee


Comments

No comments written yet.

Please login to write comment.