Color Hex Logo

#3cebaa Color Hex

#3CEBAA
(60,235,170)
0 Favorites   0 Comments

Color spaces of #3cebaa

RGB 60235170
HSL0.440.810.58
HSV158°74°92°
CMYK 0.740.000.28   0.08
XYZ38.827563.279648.1980
Yxy63.27960.25830.4210
Hunter Lab79.5485-52.084219.7604
CIE-Lab83.5893-58.267219.2818

#3cebaa color RGB value is (60,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 10101010
Octal 74 353 252
Decimal 60 235 170
Hex 3C EB AA

RGB Percentages of Color #3cebaa

%12.90
%50.54
%36.56

CMYK Percentages of Color #3cebaa

%74
%0
%28
%8

Triadic Colors of #3cebaa

#3cebaa #aa3ceb #ebaa3c

Analogous Colors of #3cebaa

#3cebaa #3cd5eb #3ceb53

Monochromatic Colors of #3cebaa

#3cebaa

Complementary Color

#3cebaa #eb3c7d

#3cebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cebaa Color CSS Codes

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

#3cebaa Text Font Color

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

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


#3cebaa Background Color

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

This div background color is #3cebaa


#3cebaa Border Color

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

This div border color is #3cebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cebaa


Comments

No comments written yet.

Please login to write comment.