Color Hex Logo

#48bfdc Color Hex

#48BFDC
(72,191,220)
0 Favorites   0 Comments

Color spaces of #48bfdc

RGB 72191220
HSL0.530.680.57
HSV192°67°86°
CMYK 0.670.130.00   0.14
XYZ34.221643.806674.3620
Yxy43.80660.22460.2875
Hunter Lab66.1866-23.5335-20.2830
CIE-Lab72.0990-24.0317-24.2325

#48bfdc color RGB value is (72,191,220).

#48bfdc hex color red value is 72, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #48bfdc hue: 0.53 , saturation: 0.68 and the lightness value of 48bfdc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11011100
Octal 110 277 334
Decimal 72 191 220
Hex 48 BF DC

RGB Percentages of Color #48bfdc

%14.91
%39.54
%45.55

CMYK Percentages of Color #48bfdc

%67
%13
%0
%14

Triadic Colors of #48bfdc

#48bfdc #dc48bf #bfdc48

Analogous Colors of #48bfdc

#48bfdc #4875dc #48dcaf

Monochromatic Colors of #48bfdc

#48bfdc

Complementary Color

#48bfdc #dc6548

#48bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfdc Color CSS Codes

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

#48bfdc Text Font Color

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

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


#48bfdc Background Color

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

This div background color is #48bfdc


#48bfdc Border Color

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

This div border color is #48bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfdc


Comments

No comments written yet.

Please login to write comment.