Color Hex Logo

#48bfce Color Hex

#48BFCE
(72,191,206)
0 Favorites   0 Comments

Color spaces of #48bfce

RGB 72191206
HSL0.520.580.55
HSV187°65°81°
CMYK 0.650.070.00   0.19
XYZ32.443943.095665.0008
Yxy43.09560.23090.3066
Hunter Lab65.6472-26.6652-12.7531
CIE-Lab71.6198-28.2351-17.3343

#48bfce color RGB value is (72,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11001110
Octal 110 277 316
Decimal 72 191 206
Hex 48 BF CE

RGB Percentages of Color #48bfce

%15.35
%40.72
%43.92

CMYK Percentages of Color #48bfce

%65
%7
%0
%19

Triadic Colors of #48bfce

#48bfce #ce48bf #bfce48

Analogous Colors of #48bfce

#48bfce #487cce #48ce9a

Monochromatic Colors of #48bfce

#48bfce

Complementary Color

#48bfce #ce5748

#48bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfce Color CSS Codes

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

#48bfce Text Font Color

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

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


#48bfce Background Color

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

This div background color is #48bfce


#48bfce Border Color

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

This div border color is #48bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfce


Comments

No comments written yet.

Please login to write comment.