Color Hex Logo

#3cbebe Color Hex

#3CBEBE
(60,190,190)
0 Favorites   0 Comments

Color spaces of #3cbebe

RGB 60190190
HSL0.500.520.49
HSV180°68°75°
CMYK 0.680.000.00   0.25
XYZ29.571241.505355.1680
Yxy41.50530.23420.3288
Hunter Lab64.4246-30.8107-5.6739
CIE-Lab70.5285-34.1650-10.2560

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 10111110
Octal 74 276 276
Decimal 60 190 190
Hex 3C BE BE

RGB Percentages of Color #3cbebe

%13.64
%43.18
%43.18

CMYK Percentages of Color #3cbebe

%68
%0
%0
%25

Triadic Colors of #3cbebe

#3cbebe #be3cbe #bebe3c

Analogous Colors of #3cbebe

#3cbebe #3c7dbe #3cbe7d

Monochromatic Colors of #3cbebe

#3cbebe

Complementary Color

#3cbebe #be3c3c

#3cbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbebe Color CSS Codes

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

#3cbebe Text Font Color

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

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


#3cbebe Background Color

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

This div background color is #3cbebe


#3cbebe Border Color

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

This div border color is #3cbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbebe


Comments

No comments written yet.

Please login to write comment.