Color Hex Logo

#48bdba Color Hex

#48BDBA
(72,189,186)
0 Favorites   0 Comments

Color spaces of #48bdba

RGB 72189186
HSL0.500.470.51
HSV178°62°74°
CMYK 0.620.000.02   0.26
XYZ29.733041.318152.8625
Yxy41.31810.23990.3334
Hunter Lab64.2792-29.9215-3.7641
CIE-Lab70.3982-32.9866-8.2279

#48bdba color RGB value is (72,189,186).

#48bdba hex color red value is 72, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #48bdba hue: 0.50 , saturation: 0.47 and the lightness value of 48bdba is 0.51.

The process color (four color CMYK) of #48bdba color hex is 0.62, 0.00, 0.02, 0.26. Web safe color of #48bdba is #33cccc. Color #48bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 10111010
Octal 110 275 272
Decimal 72 189 186
Hex 48 BD BA

RGB Percentages of Color #48bdba

%16.11
%42.28
%41.61

CMYK Percentages of Color #48bdba

%62
%0
%2
%26

Triadic Colors of #48bdba

#48bdba #ba48bd #bdba48

Analogous Colors of #48bdba

#48bdba #4886bd #48bd80

Monochromatic Colors of #48bdba

#48bdba

Complementary Color

#48bdba #bd484b

#48bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdba Color CSS Codes

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

#48bdba Text Font Color

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

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


#48bdba Background Color

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

This div background color is #48bdba


#48bdba Border Color

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

This div border color is #48bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdba


Comments

No comments written yet.

Please login to write comment.