Color Hex Logo

#3cebab Color Hex

#3CEBAB
(60,235,171)
0 Favorites   0 Comments

Color spaces of #3cebab

RGB 60235171
HSL0.440.810.58
HSV158°74°92°
CMYK 0.740.000.27   0.08
XYZ38.922563.317648.6982
Yxy63.31760.25790.4195
Hunter Lab79.5724-51.939119.4152
CIE-Lab83.6092-58.050718.7907

#3cebab color RGB value is (60,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 10101011
Octal 74 353 253
Decimal 60 235 171
Hex 3C EB AB

RGB Percentages of Color #3cebab

%12.88
%50.43
%36.70

CMYK Percentages of Color #3cebab

%74
%0
%27
%8

Triadic Colors of #3cebab

#3cebab #ab3ceb #ebab3c

Analogous Colors of #3cebab

#3cebab #3cd4eb #3ceb54

Monochromatic Colors of #3cebab

#3cebab

Complementary Color

#3cebab #eb3c7c

#3cebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cebab Color CSS Codes

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

#3cebab Text Font Color

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

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


#3cebab Background Color

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

This div background color is #3cebab


#3cebab Border Color

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

This div border color is #3cebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cebab


Comments

No comments written yet.

Please login to write comment.