Color Hex Logo

#3cfbfb Color Hex

#3CFBFB
(60,251,251)
0 Favorites   0 Comments

Color spaces of #3cfbfb

RGB 60251251
HSL0.500.960.61
HSV180°76°98°
CMYK 0.760.000.00   0.02
XYZ53.773276.9201103.2797
Yxy76.92010.22980.3288
Hunter Lab87.7041-44.0401-8.4266
CIE-Lab90.2848-44.5890-13.2589

#3cfbfb color RGB value is (60,251,251).

#3cfbfb hex color red value is 60, green value is 251 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3cfbfb hue: 0.50 , saturation: 0.96 and the lightness value of 3cfbfb is 0.61.

The process color (four color CMYK) of #3cfbfb color hex is 0.76, 0.00, 0.00, 0.02. Web safe color of #3cfbfb is #33ffff. Color #3cfbfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111011 11111011
Octal 74 373 373
Decimal 60 251 251
Hex 3C FB FB

RGB Percentages of Color #3cfbfb

%10.68
%44.66
%44.66

CMYK Percentages of Color #3cfbfb

%76
%0
%0
%2

Triadic Colors of #3cfbfb

#3cfbfb #fb3cfb #fbfb3c

Analogous Colors of #3cfbfb

#3cfbfb #3c9cfb #3cfb9c

Monochromatic Colors of #3cfbfb

#3cfbfb

Complementary Color

#3cfbfb #fb3c3c

#3cfbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cfbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cfbfb Color CSS Codes

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

#3cfbfb Text Font Color

<p style="color:#3cfbfb">Text here</p>

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


#3cfbfb Background Color

<div style="background-color:#3cfbfb">
Div content here</div>

This div background color is #3cfbfb


#3cfbfb Border Color

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

This div border color is #3cfbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cfbfb

#3cfbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.