Color Hex Logo

#48bfec Color Hex

#48BFEC
(72,191,236)
0 Favorites   0 Comments

Color spaces of #48bfec

RGB 72191236
HSL0.550.810.60
HSV196°69°93°
CMYK 0.690.190.00   0.07
XYZ36.443644.695486.0632
Yxy44.69540.21800.2673
Hunter Lab66.8546-19.6922-29.5269
CIE-Lab72.6909-19.0449-32.0041

#48bfec color RGB value is (72,191,236).

#48bfec hex color red value is 72, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #48bfec hue: 0.55 , saturation: 0.81 and the lightness value of 48bfec is 0.60.

The process color (four color CMYK) of #48bfec color hex is 0.69, 0.19, 0.00, 0.07. Web safe color of #48bfec is #33ccff. Color #48bfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11101100
Octal 110 277 354
Decimal 72 191 236
Hex 48 BF EC

RGB Percentages of Color #48bfec

%14.43
%38.28
%47.29

CMYK Percentages of Color #48bfec

%69
%19
%0
%7

Triadic Colors of #48bfec

#48bfec #ec48bf #bfec48

Analogous Colors of #48bfec

#48bfec #486dec #48ecc7

Monochromatic Colors of #48bfec

#48bfec

Complementary Color

#48bfec #ec7548

#48bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfec Color CSS Codes

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

#48bfec Text Font Color

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

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


#48bfec Background Color

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

This div background color is #48bfec


#48bfec Border Color

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

This div border color is #48bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfec


Comments

No comments written yet.

Please login to write comment.