Color Hex Logo

#3bcccf Color Hex

#3BCCCF
(59,204,207)
0 Favorites   0 Comments

Color spaces of #3bcccf

RGB 59204207
HSL0.500.610.52
HSV181°71°81°
CMYK 0.710.010.00   0.19
XYZ34.659048.620566.5895
Yxy48.62050.23130.3244
Hunter Lab69.7284-33.3000-7.8111
CIE-Lab75.2146-35.9519-12.4973

#3bcccf color RGB value is (59,204,207).

#3bcccf hex color red value is 59, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #3bcccf hue: 0.50 , saturation: 0.61 and the lightness value of 3bcccf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 11001111
Octal 73 314 317
Decimal 59 204 207
Hex 3B CC CF

RGB Percentages of Color #3bcccf

%12.55
%43.40
%44.04

CMYK Percentages of Color #3bcccf

%71
%1
%0
%19

Triadic Colors of #3bcccf

#3bcccf #cf3bcc #cccf3b

Analogous Colors of #3bcccf

#3bcccf #3b82cf #3bcf88

Monochromatic Colors of #3bcccf

#3bcccf

Complementary Color

#3bcccf #cf3e3b

#3bcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcccf Color CSS Codes

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

#3bcccf Text Font Color

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

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


#3bcccf Background Color

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

This div background color is #3bcccf


#3bcccf Border Color

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

This div border color is #3bcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcccf


Comments

No comments written yet.

Please login to write comment.