Color Hex Logo

#3ccdbc Color Hex

#3CCDBC
(60,205,188)
0 Favorites   0 Comments

Color spaces of #3ccdbc

RGB 60205188
HSL0.480.590.52
HSV173°71°80°
CMYK 0.710.000.08   0.20
XYZ32.771948.254155.1637
Yxy48.25410.24060.3543
Hunter Lab69.4652-37.35231.5422
CIE-Lab74.9849-41.5663-2.5684

#3ccdbc color RGB value is (60,205,188).

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

The process color (four color CMYK) of #3ccdbc color hex is 0.71, 0.00, 0.08, 0.20. Web safe color of #3ccdbc is #33cccc. Color #3ccdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001101 10111100
Octal 74 315 274
Decimal 60 205 188
Hex 3C CD BC

RGB Percentages of Color #3ccdbc

%13.25
%45.25
%41.50

CMYK Percentages of Color #3ccdbc

%71
%0
%8
%20

Triadic Colors of #3ccdbc

#3ccdbc #bc3ccd #cdbc3c

Analogous Colors of #3ccdbc

#3ccdbc #3c96cd #3ccd74

Monochromatic Colors of #3ccdbc

#3ccdbc

Complementary Color

#3ccdbc #cd3c4d

#3ccdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccdbc Color CSS Codes

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

#3ccdbc Text Font Color

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

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


#3ccdbc Background Color

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

This div background color is #3ccdbc


#3ccdbc Border Color

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

This div border color is #3ccdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccdbc


Comments

No comments written yet.

Please login to write comment.