color codes Logo

#3ccbbc color codes

#3CCBBC
(60,203,188)
0 Favorites   0 Comments

Color spaces of #3ccbbc

RGB 60203188
HSL0.480.580.52
HSV174°70°80°
CMYK 0.700.000.07   0.20
XYZ32.296547.303455.0052
Yxy47.30340.23990.3514
Hunter Lab68.7775-36.54060.7267
CIE-Lab74.3834-40.6772-3.4526

#3ccbbc color RGB value is (60,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001011 10111100
Octal 74 313 274
Decimal 60 203 188
Hex 3C CB BC

RGB Percentages of Color #3ccbbc

%13.30
%45.01
%41.69

CMYK Percentages of Color #3ccbbc

%70
%0
%7
%20

Triadic Colors of #3ccbbc

#3ccbbc #bc3ccb #cbbc3c

Analogous Colors of #3ccbbc

#3ccbbc #3c93cb #3ccb75

Monochromatic Colors of #3ccbbc

#3ccbbc

Complementary Color

#3ccbbc #cb3c4b

#3ccbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccbbc Color CSS Codes

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

#3ccbbc Text Font Color

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

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


#3ccbbc Background Color

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

This div background color is #3ccbbc


#3ccbbc Border Color

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

This div border color is #3ccbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccbbc


Comments

No comments written yet.

Please login to write comment.