Color Hex Logo

#3cbbcf Color Hex

#3CBBCF
(60,187,207)
0 Favorites   0 Comments

Color spaces of #3cbbcf

RGB 60187207
HSL0.520.600.52
HSV188°71°81°
CMYK 0.710.100.00   0.19
XYZ30.896341.006365.3181
Yxy41.00630.22520.2988
Hunter Lab64.0362-25.9402-15.6516
CIE-Lab70.1803-27.6774-20.0897

#3cbbcf color RGB value is (60,187,207).

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

The process color (four color CMYK) of #3cbbcf color hex is 0.71, 0.10, 0.00, 0.19. Web safe color of #3cbbcf is #33cccc. Color #3cbbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 11001111
Octal 74 273 317
Decimal 60 187 207
Hex 3C BB CF

RGB Percentages of Color #3cbbcf

%13.22
%41.19
%45.59

CMYK Percentages of Color #3cbbcf

%71
%10
%0
%19

Triadic Colors of #3cbbcf

#3cbbcf #cf3cbb #bbcf3c

Analogous Colors of #3cbbcf

#3cbbcf #3c72cf #3ccf9a

Monochromatic Colors of #3cbbcf

#3cbbcf

Complementary Color

#3cbbcf #cf503c

#3cbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbcf Color CSS Codes

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

#3cbbcf Text Font Color

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

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


#3cbbcf Background Color

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

This div background color is #3cbbcf


#3cbbcf Border Color

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

This div border color is #3cbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbcf


Comments

No comments written yet.

Please login to write comment.