Color Hex Logo

#3cbebb Color Hex

#3CBEBB
(60,190,187)
0 Favorites   0 Comments

Color spaces of #3cbebb

RGB 60190187
HSL0.500.520.49
HSV179°68°75°
CMYK 0.680.000.02   0.25
XYZ29.246641.375453.4585
Yxy41.37540.23570.3335
Hunter Lab64.3237-31.4064-4.2485
CIE-Lab70.4381-35.0197-8.7476

#3cbebb color RGB value is (60,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 10111011
Octal 74 276 273
Decimal 60 190 187
Hex 3C BE BB

RGB Percentages of Color #3cbebb

%13.73
%43.48
%42.79

CMYK Percentages of Color #3cbebb

%68
%0
%2
%25

Triadic Colors of #3cbebb

#3cbebb #bb3cbe #bebb3c

Analogous Colors of #3cbebb

#3cbebb #3c80be #3cbe7a

Monochromatic Colors of #3cbebb

#3cbebb

Complementary Color

#3cbebb #be3c3f

#3cbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbebb Color CSS Codes

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

#3cbebb Text Font Color

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

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


#3cbebb Background Color

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

This div background color is #3cbebb


#3cbebb Border Color

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

This div border color is #3cbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbebb


Comments

No comments written yet.

Please login to write comment.