Color Hex Logo

#48bdcd Color Hex

#48BDCD
(72,189,205)
0 Favorites   0 Comments

Color spaces of #48bdcd

RGB 72189205
HSL0.520.570.54
HSV187°65°80°
CMYK 0.650.080.00   0.20
XYZ31.889542.180764.2185
Yxy42.18070.23060.3050
Hunter Lab64.9467-26.0113-13.1626
CIE-Lab70.9953-27.5452-17.7326

#48bdcd color RGB value is (72,189,205).

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

The process color (four color CMYK) of #48bdcd color hex is 0.65, 0.08, 0.00, 0.20. Web safe color of #48bdcd is #33cccc. Color #48bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 11001101
Octal 110 275 315
Decimal 72 189 205
Hex 48 BD CD

RGB Percentages of Color #48bdcd

%15.45
%40.56
%43.99

CMYK Percentages of Color #48bdcd

%65
%8
%0
%20

Triadic Colors of #48bdcd

#48bdcd #cd48bd #bdcd48

Analogous Colors of #48bdcd

#48bdcd #487bcd #48cd9b

Monochromatic Colors of #48bdcd

#48bdcd

Complementary Color

#48bdcd #cd5848

#48bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdcd Color CSS Codes

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

#48bdcd Text Font Color

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

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


#48bdcd Background Color

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

This div background color is #48bdcd


#48bdcd Border Color

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

This div border color is #48bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdcd


Comments

No comments written yet.

Please login to write comment.