Color Hex Logo

#48fbcc Color Hex

#48FBCC
(72,251,204)
0 Favorites   0 Comments

Color spaces of #48fbcc

RGB 72251204
HSL0.460.960.63
HSV164°71°98°
CMYK 0.710.000.19   0.02
XYZ48.068874.731769.0179
Yxy74.73170.25060.3896
Hunter Lab86.4475-52.028913.1773
CIE-Lab89.2672-55.37549.6922

#48fbcc color RGB value is (72,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111011 11001100
Octal 110 373 314
Decimal 72 251 204
Hex 48 FB CC

RGB Percentages of Color #48fbcc

%13.66
%47.63
%38.71

CMYK Percentages of Color #48fbcc

%71
%0
%19
%2

Triadic Colors of #48fbcc

#48fbcc #cc48fb #fbcc48

Analogous Colors of #48fbcc

#48fbcc #48d1fb #48fb73

Monochromatic Colors of #48fbcc

#48fbcc

Complementary Color

#48fbcc #fb4877

#48fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fbcc Color CSS Codes

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

#48fbcc Text Font Color

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

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


#48fbcc Background Color

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

This div background color is #48fbcc


#48fbcc Border Color

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

This div border color is #48fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fbcc


Comments

No comments written yet.

Please login to write comment.