Color Hex Logo

#3cbbbf Color Hex

#3CBBBF
(60,187,191)
0 Favorites   0 Comments

Color spaces of #3cbbbf

RGB 60187191
HSL0.510.520.49
HSV182°69°75°
CMYK 0.690.020.00   0.25
XYZ29.037840.262955.5313
Yxy40.26290.23260.3225
Hunter Lab63.4531-29.3565-7.4708
CIE-Lab69.6564-32.4553-12.1089

#3cbbbf color RGB value is (60,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 10111111
Octal 74 273 277
Decimal 60 187 191
Hex 3C BB BF

RGB Percentages of Color #3cbbbf

%13.70
%42.69
%43.61

CMYK Percentages of Color #3cbbbf

%69
%2
%0
%25

Triadic Colors of #3cbbbf

#3cbbbf #bf3cbb #bbbf3c

Analogous Colors of #3cbbbf

#3cbbbf #3c7abf #3cbf82

Monochromatic Colors of #3cbbbf

#3cbbbf

Complementary Color

#3cbbbf #bf403c

#3cbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbbf Color CSS Codes

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

#3cbbbf Text Font Color

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

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


#3cbbbf Background Color

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

This div background color is #3cbbbf


#3cbbbf Border Color

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

This div border color is #3cbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbbf


Comments

No comments written yet.

Please login to write comment.