Color Hex Logo

#48fbcb Color Hex

#48FBCB
(72,251,203)
0 Favorites   0 Comments

Color spaces of #48fbcb

RGB 72251203
HSL0.460.960.63
HSV164°71°98°
CMYK 0.710.000.19   0.02
XYZ47.949274.683968.3882
Yxy74.68390.25100.3910
Hunter Lab86.4198-52.195813.5749
CIE-Lab89.2447-55.609310.1776

#48fbcb color RGB value is (72,251,203).

#48fbcb hex color red value is 72, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #48fbcb hue: 0.46 , saturation: 0.96 and the lightness value of 48fbcb is 0.63.

The process color (four color CMYK) of #48fbcb color hex is 0.71, 0.00, 0.19, 0.02. Web safe color of #48fbcb is #33ffcc. Color #48fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 11001011
Octal 110 373 313
Decimal 72 251 203
Hex 48 FB CB

RGB Percentages of Color #48fbcb

%13.69
%47.72
%38.59

CMYK Percentages of Color #48fbcb

%71
%0
%19
%2

Triadic Colors of #48fbcb

#48fbcb #cb48fb #fbcb48

Analogous Colors of #48fbcb

#48fbcb #48d2fb #48fb72

Monochromatic Colors of #48fbcb

#48fbcb

Complementary Color

#48fbcb #fb4878

#48fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fbcb Color CSS Codes

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

#48fbcb Text Font Color

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

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


#48fbcb Background Color

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

This div background color is #48fbcb


#48fbcb Border Color

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

This div border color is #48fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fbcb


Comments

No comments written yet.

Please login to write comment.