Color Hex Logo

#48bfea Color Hex

#48BFEA
(72,191,234)
0 Favorites   0 Comments

Color spaces of #48bfea

RGB 72191234
HSL0.540.790.60
HSV196°69°92°
CMYK 0.690.180.00   0.08
XYZ36.154644.579884.5411
Yxy44.57980.21880.2697
Hunter Lab66.7681-20.1873-28.3347
CIE-Lab72.6143-19.6778-31.0394

#48bfea color RGB value is (72,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11101010
Octal 110 277 352
Decimal 72 191 234
Hex 48 BF EA

RGB Percentages of Color #48bfea

%14.49
%38.43
%47.08

CMYK Percentages of Color #48bfea

%69
%18
%0
%8

Triadic Colors of #48bfea

#48bfea #ea48bf #bfea48

Analogous Colors of #48bfea

#48bfea #486eea #48eac4

Monochromatic Colors of #48bfea

#48bfea

Complementary Color

#48bfea #ea7348

#48bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfea Color CSS Codes

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

#48bfea Text Font Color

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

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


#48bfea Background Color

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

This div background color is #48bfea


#48bfea Border Color

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

This div border color is #48bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfea


Comments

No comments written yet.

Please login to write comment.