Color Hex Logo

#4ccabc Color Hex

#4CCABC
(76,202,188)
0 Favorites   0 Comments

Color spaces of #4ccabc

RGB 76202188
HSL0.480.540.55
HSV173°62°79°
CMYK 0.620.000.07   0.21
XYZ33.178147.408454.9790
Yxy47.40840.24470.3497
Hunter Lab68.8538-34.48150.8552
CIE-Lab74.4502-37.8190-3.3121

#4ccabc color RGB value is (76,202,188).

#4ccabc hex color red value is 76, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4ccabc hue: 0.48 , saturation: 0.54 and the lightness value of 4ccabc is 0.55.

The process color (four color CMYK) of #4ccabc color hex is 0.62, 0.00, 0.07, 0.21. Web safe color of #4ccabc is #33cccc. Color #4ccabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 10111100
Octal 114 312 274
Decimal 76 202 188
Hex 4C CA BC

RGB Percentages of Color #4ccabc

%16.31
%43.35
%40.34

CMYK Percentages of Color #4ccabc

%62
%0
%7
%21

Triadic Colors of #4ccabc

#4ccabc #bc4cca #cabc4c

Analogous Colors of #4ccabc

#4ccabc #4c99ca #4cca7d

Monochromatic Colors of #4ccabc

#4ccabc

Complementary Color

#4ccabc #ca4c5a

#4ccabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccabc Color CSS Codes

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

#4ccabc Text Font Color

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

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


#4ccabc Background Color

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

This div background color is #4ccabc


#4ccabc Border Color

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

This div border color is #4ccabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccabc


Comments

No comments written yet.

Please login to write comment.