Color Hex Logo

#3ccbbd Color Hex

#3CCBBD
(60,203,189)
0 Favorites   0 Comments

Color spaces of #3ccbbd

RGB 60203189
HSL0.480.580.52
HSV174°70°80°
CMYK 0.700.000.07   0.20
XYZ32.404747.346755.5750
Yxy47.34670.23950.3499
Hunter Lab68.8089-36.35330.2794
CIE-Lab74.4110-40.4069-3.9532

#3ccbbd color RGB value is (60,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001011 10111101
Octal 74 313 275
Decimal 60 203 189
Hex 3C CB BD

RGB Percentages of Color #3ccbbd

%13.27
%44.91
%41.81

CMYK Percentages of Color #3ccbbd

%70
%0
%7
%20

Triadic Colors of #3ccbbd

#3ccbbd #bd3ccb #cbbd3c

Analogous Colors of #3ccbbd

#3ccbbd #3c92cb #3ccb76

Monochromatic Colors of #3ccbbd

#3ccbbd

Complementary Color

#3ccbbd #cb3c4a

#3ccbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccbbd Color CSS Codes

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

#3ccbbd Text Font Color

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

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


#3ccbbd Background Color

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

This div background color is #3ccbbd


#3ccbbd Border Color

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

This div border color is #3ccbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccbbd


Comments

No comments written yet.

Please login to write comment.