Color Hex Logo

#4ccfcc Color Hex

#4CCFCC
(76,207,204)
0 Favorites   0 Comments

Color spaces of #4ccfcc

RGB 76207204
HSL0.500.580.55
HSV179°63°81°
CMYK 0.630.000.01   0.19
XYZ36.192450.521864.9709
Yxy50.52180.23860.3331
Hunter Lab71.0787-33.4977-4.4401
CIE-Lab76.3884-35.8192-9.0867

#4ccfcc color RGB value is (76,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11001100
Octal 114 317 314
Decimal 76 207 204
Hex 4C CF CC

RGB Percentages of Color #4ccfcc

%15.61
%42.51
%41.89

CMYK Percentages of Color #4ccfcc

%63
%0
%1
%19

Triadic Colors of #4ccfcc

#4ccfcc #cc4ccf #cfcc4c

Analogous Colors of #4ccfcc

#4ccfcc #4c91cf #4ccf8b

Monochromatic Colors of #4ccfcc

#4ccfcc

Complementary Color

#4ccfcc #cf4c4f

#4ccfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfcc Color CSS Codes

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

#4ccfcc Text Font Color

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

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


#4ccfcc Background Color

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

This div background color is #4ccfcc


#4ccfcc Border Color

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

This div border color is #4ccfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfcc


Comments

No comments written yet.

Please login to write comment.