Color Hex Logo

#3cbeac Color Hex

#3CBEAC
(60,190,172)
0 Favorites   0 Comments

Color spaces of #3cbeac

RGB 60190172
HSL0.480.520.49
HSV172°68°75°
CMYK 0.680.000.09   0.25
XYZ27.723340.766145.4372
Yxy40.76610.24330.3578
Hunter Lab63.8483-34.22892.5005
CIE-Lab70.0117-39.1471-1.1601

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 10101100
Octal 74 276 254
Decimal 60 190 172
Hex 3C BE AC

RGB Percentages of Color #3cbeac

%14.22
%45.02
%40.76

CMYK Percentages of Color #3cbeac

%68
%0
%9
%25

Triadic Colors of #3cbeac

#3cbeac #ac3cbe #beac3c

Analogous Colors of #3cbeac

#3cbeac #3c8fbe #3cbe6b

Monochromatic Colors of #3cbeac

#3cbeac

Complementary Color

#3cbeac #be3c4e

#3cbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbeac Color CSS Codes

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

#3cbeac Text Font Color

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

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


#3cbeac Background Color

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

This div background color is #3cbeac


#3cbeac Border Color

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

This div border color is #3cbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbeac


Comments

No comments written yet.

Please login to write comment.