Color Hex Logo

#3bcfcc Color Hex

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

Color spaces of #3bcfcc

RGB 59207204
HSL0.500.610.52
HSV179°71°81°
CMYK 0.710.000.01   0.19
XYZ35.015549.915164.9158
Yxy49.91510.23370.3331
Hunter Lab70.6506-35.1713-5.0219
CIE-Lab76.0171-38.1903-9.6792

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

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

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

Base Numbers

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

RGB Percentages of Color #3bcfcc

%12.55
%44.04
%43.40

CMYK Percentages of Color #3bcfcc

%71
%0
%1
%19

Triadic Colors of #3bcfcc

#3bcfcc #cc3bcf #cfcc3b

Analogous Colors of #3bcfcc

#3bcfcc #3b88cf #3bcf82

Monochromatic Colors of #3bcfcc

#3bcfcc

Complementary Color

#3bcfcc #cf3b3e

#3bcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcfcc Color CSS Codes

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

#3bcfcc Text Font Color

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

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


#3bcfcc Background Color

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

This div background color is #3bcfcc


#3bcfcc Border Color

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

This div border color is #3bcfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcfcc


Comments

No comments written yet.

Please login to write comment.