Color Hex Logo

#3cebac Color Hex

#3CEBAC
(60,235,172)
0 Favorites   0 Comments

Color spaces of #3cebac

RGB 60235172
HSL0.440.810.58
HSV158°74°92°
CMYK 0.740.000.27   0.08
XYZ39.018263.355949.2022
Yxy63.35590.25740.4180
Hunter Lab79.5964-51.793019.0676
CIE-Lab83.6293-57.833218.2995

#3cebac color RGB value is (60,235,172).

#3cebac hex color red value is 60, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3cebac hue: 0.44 , saturation: 0.81 and the lightness value of 3cebac is 0.58.

The process color (four color CMYK) of #3cebac color hex is 0.74, 0.00, 0.27, 0.08. Web safe color of #3cebac is #33ff99. Color #3cebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 10101100
Octal 74 353 254
Decimal 60 235 172
Hex 3C EB AC

RGB Percentages of Color #3cebac

%12.85
%50.32
%36.83

CMYK Percentages of Color #3cebac

%74
%0
%27
%8

Triadic Colors of #3cebac

#3cebac #ac3ceb #ebac3c

Analogous Colors of #3cebac

#3cebac #3cd3eb #3ceb55

Monochromatic Colors of #3cebac

#3cebac

Complementary Color

#3cebac #eb3c7b

#3cebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cebac Color CSS Codes

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

#3cebac Text Font Color

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

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


#3cebac Background Color

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

This div background color is #3cebac


#3cebac Border Color

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

This div border color is #3cebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cebac


Comments

No comments written yet.

Please login to write comment.