Color Hex Logo

#3ccfcc Color Hex

#3CCFCC
(60,207,204)
0 Favorites   0 Comments

Color spaces of #3ccfcc

RGB 60207204
HSL0.500.600.52
HSV179°71°81°
CMYK 0.710.000.01   0.19
XYZ35.075449.945964.9186
Yxy49.94590.23390.3331
Hunter Lab70.6724-35.0855-4.9922
CIE-Lab76.0360-38.0676-9.6490

#3ccfcc color RGB value is (60,207,204).

#3ccfcc hex color red value is 60, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ccfcc hue: 0.50 , saturation: 0.60 and the lightness value of 3ccfcc is 0.52.

The process color (four color CMYK) of #3ccfcc color hex is 0.71, 0.00, 0.01, 0.19. Web safe color of #3ccfcc is #33cccc. Color #3ccfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001111 11001100
Octal 74 317 314
Decimal 60 207 204
Hex 3C CF CC

RGB Percentages of Color #3ccfcc

%12.74
%43.95
%43.31

CMYK Percentages of Color #3ccfcc

%71
%0
%1
%19

Triadic Colors of #3ccfcc

#3ccfcc #cc3ccf #cfcc3c

Analogous Colors of #3ccfcc

#3ccfcc #3c89cf #3ccf83

Monochromatic Colors of #3ccfcc

#3ccfcc

Complementary Color

#3ccfcc #cf3c3f

#3ccfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccfcc Color CSS Codes

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

#3ccfcc Text Font Color

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

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


#3ccfcc Background Color

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

This div background color is #3ccfcc


#3ccfcc Border Color

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

This div border color is #3ccfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,207,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 #3ccfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccfcc


Comments

No comments written yet.

Please login to write comment.