Color Hex Logo

#48bae5 Color Hex

#48BAE5
(72,186,229)
0 Favorites   0 Comments

Color spaces of #48bae5

RGB 72186229
HSL0.550.750.59
HSV196°69°90°
CMYK 0.690.190.00   0.10
XYZ34.374242.152780.4533
Yxy42.15270.21900.2685
Hunter Lab64.9251-19.1132-28.0229
CIE-Lab70.9761-18.6634-30.8521

#48bae5 color RGB value is (72,186,229).

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

The process color (four color CMYK) of #48bae5 color hex is 0.69, 0.19, 0.00, 0.10. Web safe color of #48bae5 is #33cccc. Color #48bae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11100101
Octal 110 272 345
Decimal 72 186 229
Hex 48 BA E5

RGB Percentages of Color #48bae5

%14.78
%38.19
%47.02

CMYK Percentages of Color #48bae5

%69
%19
%0
%10

Triadic Colors of #48bae5

#48bae5 #e548ba #bae548

Analogous Colors of #48bae5

#48bae5 #486ce5 #48e5c2

Monochromatic Colors of #48bae5

#48bae5

Complementary Color

#48bae5 #e57348

#48bae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bae5 Color CSS Codes

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

#48bae5 Text Font Color

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

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


#48bae5 Background Color

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

This div background color is #48bae5


#48bae5 Border Color

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

This div border color is #48bae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bae5


Comments

No comments written yet.

Please login to write comment.