Color Hex Logo

#3cbcbe Color Hex

#3CBCBE
(60,188,190)
0 Favorites   0 Comments

Color spaces of #3cbcbe

RGB 60188190
HSL0.500.520.49
HSV181°68°75°
CMYK 0.680.010.00   0.25
XYZ29.141040.644855.0245
Yxy40.64480.23350.3257
Hunter Lab63.7533-29.9776-6.5450
CIE-Lab69.9263-33.2205-11.1559

#3cbcbe color RGB value is (60,188,190).

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

The process color (four color CMYK) of #3cbcbe color hex is 0.68, 0.01, 0.00, 0.25. Web safe color of #3cbcbe is #33cccc. Color #3cbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111100 10111110
Octal 74 274 276
Decimal 60 188 190
Hex 3C BC BE

RGB Percentages of Color #3cbcbe

%13.70
%42.92
%43.38

CMYK Percentages of Color #3cbcbe

%68
%1
%0
%25

Triadic Colors of #3cbcbe

#3cbcbe #be3cbc #bcbe3c

Analogous Colors of #3cbcbe

#3cbcbe #3c7bbe #3cbe7f

Monochromatic Colors of #3cbcbe

#3cbcbe

Complementary Color

#3cbcbe #be3e3c

#3cbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbcbe Color CSS Codes

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

#3cbcbe Text Font Color

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

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


#3cbcbe Background Color

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

This div background color is #3cbcbe


#3cbcbe Border Color

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

This div border color is #3cbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbcbe


Comments

No comments written yet.

Please login to write comment.