Color Hex Logo

#48bdbe Color Hex

#48BDBE
(72,189,190)
0 Favorites   0 Comments

Color spaces of #48bdbe

RGB 72189190
HSL0.500.480.51
HSV181°62°75°
CMYK 0.620.010.00   0.25
XYZ30.164341.490655.1339
Yxy41.49060.23790.3272
Hunter Lab64.4132-29.1327-5.6595
CIE-Lab70.5183-31.8708-10.2408

#48bdbe color RGB value is (72,189,190).

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

The process color (four color CMYK) of #48bdbe color hex is 0.62, 0.01, 0.00, 0.25. Web safe color of #48bdbe is #33cccc. Color #48bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 10111110
Octal 110 275 276
Decimal 72 189 190
Hex 48 BD BE

RGB Percentages of Color #48bdbe

%15.96
%41.91
%42.13

CMYK Percentages of Color #48bdbe

%62
%1
%0
%25

Triadic Colors of #48bdbe

#48bdbe #be48bd #bdbe48

Analogous Colors of #48bdbe

#48bdbe #4882be #48be84

Monochromatic Colors of #48bdbe

#48bdbe

Complementary Color

#48bdbe #be4948

#48bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdbe Color CSS Codes

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

#48bdbe Text Font Color

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

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


#48bdbe Background Color

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

This div background color is #48bdbe


#48bdbe Border Color

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

This div border color is #48bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdbe


Comments

No comments written yet.

Please login to write comment.