Color Hex Logo

#48baea Color Hex

#48BAEA
(72,186,234)
0 Favorites   0 Comments

Color spaces of #48baea

RGB 72186234
HSL0.550.790.60
HSV198°69°92°
CMYK 0.690.210.00   0.08
XYZ35.082742.436084.1838
Yxy42.43600.21700.2624
Hunter Lab65.1429-17.8690-31.0201
CIE-Lab71.1705-17.0705-33.2695

#48baea color RGB value is (72,186,234).

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

The process color (four color CMYK) of #48baea color hex is 0.69, 0.21, 0.00, 0.08. Web safe color of #48baea is #33ccff. Color #48baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11101010
Octal 110 272 352
Decimal 72 186 234
Hex 48 BA EA

RGB Percentages of Color #48baea

%14.63
%37.80
%47.56

CMYK Percentages of Color #48baea

%69
%21
%0
%8

Triadic Colors of #48baea

#48baea #ea48ba #baea48

Analogous Colors of #48baea

#48baea #4869ea #48eac9

Monochromatic Colors of #48baea

#48baea

Complementary Color

#48baea #ea7848

#48baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48baea Color CSS Codes

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

#48baea Text Font Color

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

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


#48baea Background Color

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

This div background color is #48baea


#48baea Border Color

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

This div border color is #48baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48baea


Comments

No comments written yet.

Please login to write comment.