Color Hex Logo

#3cffff Color Hex

#3CFFFF
(60,255,255)
0 Favorites   0 Comments

Color spaces of #3cffff

RGB 60255255
HSL0.501.000.62
HSV180°76°100°
CMYK 0.760.000.00   0.00
XYZ55.673579.7007107.0572
Yxy79.70070.22960.3288
Hunter Lab89.2752-44.9162-8.6068
CIE-Lab91.5504-45.2291-13.4441

#3cffff color RGB value is (60,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111111 11111111
Octal 74 377 377
Decimal 60 255 255
Hex 3C FF FF

RGB Percentages of Color #3cffff

%10.53
%44.74
%44.74

CMYK Percentages of Color #3cffff

%76
%0
%0
%0

Triadic Colors of #3cffff

#3cffff #ff3cff #ffff3c

Analogous Colors of #3cffff

#3cffff #3c9eff #3cff9e

Monochromatic Colors of #3cffff

#3cffff

Complementary Color

#3cffff #ff3c3c

#3cffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cffff Color CSS Codes

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

#3cffff Text Font Color

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

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


#3cffff Background Color

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

This div background color is #3cffff


#3cffff Border Color

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

This div border color is #3cffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cffff

Related Colors

#3cffff Color Palettes


Comments

No comments written yet.

Please login to write comment.