Color Hex Logo

#4ccfcd Color Hex

#4CCFCD
(76,207,205)
0 Favorites   0 Comments

Color spaces of #4ccfcd

RGB 76207205
HSL0.500.580.55
HSV179°63°81°
CMYK 0.630.000.01   0.19
XYZ36.312850.569965.6047
Yxy50.56990.23810.3316
Hunter Lab71.1125-33.2979-4.9191
CIE-Lab76.4177-35.5441-9.5819

#4ccfcd color RGB value is (76,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001111 11001101
Octal 114 317 315
Decimal 76 207 205
Hex 4C CF CD

RGB Percentages of Color #4ccfcd

%15.57
%42.42
%42.01

CMYK Percentages of Color #4ccfcd

%63
%0
%1
%19

Triadic Colors of #4ccfcd

#4ccfcd #cd4ccf #cfcd4c

Analogous Colors of #4ccfcd

#4ccfcd #4c90cf #4ccf8c

Monochromatic Colors of #4ccfcd

#4ccfcd

Complementary Color

#4ccfcd #cf4c4e

#4ccfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccfcd Color CSS Codes

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

#4ccfcd Text Font Color

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

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


#4ccfcd Background Color

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

This div background color is #4ccfcd


#4ccfcd Border Color

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

This div border color is #4ccfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccfcd


Comments

No comments written yet.

Please login to write comment.