Color Hex Logo

#48bdda Color Hex

#48BDDA
(72,189,218)
0 Favorites   0 Comments

Color spaces of #48bdda

RGB 72189218
HSL0.530.660.57
HSV192°67°85°
CMYK 0.670.130.00   0.15
XYZ33.525042.834972.8307
Yxy42.83490.22470.2871
Hunter Lab65.4484-23.1006-20.1638
CIE-Lab71.4428-23.6330-24.1467

#48bdda color RGB value is (72,189,218).

#48bdda hex color red value is 72, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #48bdda hue: 0.53 , saturation: 0.66 and the lightness value of 48bdda is 0.57.

The process color (four color CMYK) of #48bdda color hex is 0.67, 0.13, 0.00, 0.15. Web safe color of #48bdda is #33cccc. Color #48bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 11011010
Octal 110 275 332
Decimal 72 189 218
Hex 48 BD DA

RGB Percentages of Color #48bdda

%15.03
%39.46
%45.51

CMYK Percentages of Color #48bdda

%67
%13
%0
%15

Triadic Colors of #48bdda

#48bdda #da48bd #bdda48

Analogous Colors of #48bdda

#48bdda #4874da #48daae

Monochromatic Colors of #48bdda

#48bdda

Complementary Color

#48bdda #da6548

#48bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdda Color CSS Codes

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

#48bdda Text Font Color

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

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


#48bdda Background Color

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

This div background color is #48bdda


#48bdda Border Color

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

This div border color is #48bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdda


Comments

No comments written yet.

Please login to write comment.