Color Hex Logo

#48bbda Color Hex

#48BBDA
(72,187,218)
0 Favorites   0 Comments

Color spaces of #48bbda

RGB 72187218
HSL0.540.660.57
HSV193°67°85°
CMYK 0.670.140.00   0.15
XYZ33.097741.980372.6882
Yxy41.98030.22400.2841
Hunter Lab64.7922-22.2035-21.1609
CIE-Lab70.8573-22.6170-25.0419

#48bbda color RGB value is (72,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111011 11011010
Octal 110 273 332
Decimal 72 187 218
Hex 48 BB DA

RGB Percentages of Color #48bbda

%15.09
%39.20
%45.70

CMYK Percentages of Color #48bbda

%67
%14
%0
%15

Triadic Colors of #48bbda

#48bbda #da48bb #bbda48

Analogous Colors of #48bbda

#48bbda #4872da #48dab0

Monochromatic Colors of #48bbda

#48bbda

Complementary Color

#48bbda #da6748

#48bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bbda Color CSS Codes

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

#48bbda Text Font Color

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

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


#48bbda Background Color

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

This div background color is #48bbda


#48bbda Border Color

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

This div border color is #48bbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,187,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 #48bbda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bbda


Comments

No comments written yet.

Please login to write comment.