Color Hex Logo

#3cea9b Color Hex

#3CEA9B
(60,234,155)
0 Favorites   0 Comments

Color spaces of #3cea9b

RGB 60234155
HSL0.420.810.58
HSV153°74°92°
CMYK 0.740.000.34   0.08
XYZ37.202762.172941.0501
Yxy62.17290.26490.4427
Hunter Lab78.8498-53.767724.3278
CIE-Lab83.0053-60.998926.2164

#3cea9b color RGB value is (60,234,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101010 10011011
Octal 74 352 233
Decimal 60 234 155
Hex 3C EA 9B

RGB Percentages of Color #3cea9b

%13.36
%52.12
%34.52

CMYK Percentages of Color #3cea9b

%74
%0
%34
%8

Triadic Colors of #3cea9b

#3cea9b #9b3cea #ea9b3c

Analogous Colors of #3cea9b

#3cea9b #3ce2ea #3cea44

Monochromatic Colors of #3cea9b

#3cea9b

Complementary Color

#3cea9b #ea3c8b

#3cea9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cea9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cea9b Color CSS Codes

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

#3cea9b Text Font Color

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

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


#3cea9b Background Color

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

This div background color is #3cea9b


#3cea9b Border Color

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

This div border color is #3cea9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cea9b


Comments

No comments written yet.

Please login to write comment.