Color Hex Logo

#3ccabb Color Hex

#3CCABB
(60,202,187)
0 Favorites   0 Comments

Color spaces of #3ccabb

RGB 60202187
HSL0.480.570.51
HSV174°70°79°
CMYK 0.700.000.07   0.21
XYZ31.953646.789654.3609
Yxy46.78960.24010.3515
Hunter Lab68.4029-36.32100.7633
CIE-Lab74.0550-40.5008-3.3945

#3ccabb color RGB value is (60,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 10111011
Octal 74 312 273
Decimal 60 202 187
Hex 3C CA BB

RGB Percentages of Color #3ccabb

%13.36
%44.99
%41.65

CMYK Percentages of Color #3ccabb

%70
%0
%7
%21

Triadic Colors of #3ccabb

#3ccabb #bb3cca #cabb3c

Analogous Colors of #3ccabb

#3ccabb #3c92ca #3cca74

Monochromatic Colors of #3ccabb

#3ccabb

Complementary Color

#3ccabb #ca3c4b

#3ccabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccabb Color CSS Codes

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

#3ccabb Text Font Color

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

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


#3ccabb Background Color

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

This div background color is #3ccabb


#3ccabb Border Color

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

This div border color is #3ccabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccabb


Comments

No comments written yet.

Please login to write comment.