Color Hex Logo

#3ccabc Color Hex

#3CCABC
(60,202,188)
0 Favorites   0 Comments

Color spaces of #3ccabc

RGB 60202188
HSL0.480.570.51
HSV174°70°79°
CMYK 0.700.000.07   0.21
XYZ32.061146.832654.9267
Yxy46.83260.23960.3500
Hunter Lab68.4343-36.13390.3168
CIE-Lab74.0826-40.2302-3.8955

#3ccabc color RGB value is (60,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 10111100
Octal 74 312 274
Decimal 60 202 188
Hex 3C CA BC

RGB Percentages of Color #3ccabc

%13.33
%44.89
%41.78

CMYK Percentages of Color #3ccabc

%70
%0
%7
%21

Triadic Colors of #3ccabc

#3ccabc #bc3cca #cabc3c

Analogous Colors of #3ccabc

#3ccabc #3c91ca #3cca75

Monochromatic Colors of #3ccabc

#3ccabc

Complementary Color

#3ccabc #ca3c4a

#3ccabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccabc Color CSS Codes

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

#3ccabc Text Font Color

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

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


#3ccabc Background Color

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

This div background color is #3ccabc


#3ccabc Border Color

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

This div border color is #3ccabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccabc


Comments

No comments written yet.

Please login to write comment.