Color Hex Logo

#48bdbf Color Hex

#48BDBF
(72,189,191)
0 Favorites   0 Comments

Color spaces of #48bdbf

RGB 72189191
HSL0.500.480.52
HSV181°62°75°
CMYK 0.620.010.00   0.25
XYZ30.274141.534555.7116
Yxy41.53450.23740.3257
Hunter Lab64.4473-28.9323-6.1403
CIE-Lab70.5488-31.5890-10.7430

#48bdbf color RGB value is (72,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 10111111
Octal 110 275 277
Decimal 72 189 191
Hex 48 BD BF

RGB Percentages of Color #48bdbf

%15.93
%41.81
%42.26

CMYK Percentages of Color #48bdbf

%62
%1
%0
%25

Triadic Colors of #48bdbf

#48bdbf #bf48bd #bdbf48

Analogous Colors of #48bdbf

#48bdbf #4882bf #48bf86

Monochromatic Colors of #48bdbf

#48bdbf

Complementary Color

#48bdbf #bf4a48

#48bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdbf Color CSS Codes

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

#48bdbf Text Font Color

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

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


#48bdbf Background Color

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

This div background color is #48bdbf


#48bdbf Border Color

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

This div border color is #48bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdbf


Comments

No comments written yet.

Please login to write comment.