Color Hex Logo

#3cef9b Color Hex

#3CEF9B
(60,239,155)
0 Favorites   0 Comments

Color spaces of #3cef9b

RGB 60239155
HSL0.420.850.59
HSV152°75°94°
CMYK 0.750.000.35   0.06
XYZ38.646465.060241.5314
Yxy65.06020.26610.4480
Hunter Lab80.6599-55.630525.9338
CIE-Lab84.5147-62.834028.2565

#3cef9b color RGB value is (60,239,155).

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

The process color (four color CMYK) of #3cef9b color hex is 0.75, 0.00, 0.35, 0.06. Web safe color of #3cef9b is #33ff99. Color #3cef9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101111 10011011
Octal 74 357 233
Decimal 60 239 155
Hex 3C EF 9B

RGB Percentages of Color #3cef9b

%13.22
%52.64
%34.14

CMYK Percentages of Color #3cef9b

%75
%0
%35
%6

Triadic Colors of #3cef9b

#3cef9b #9b3cef #ef9b3c

Analogous Colors of #3cef9b

#3cef9b #3ceaef #3cef42

Monochromatic Colors of #3cef9b

#3cef9b

Complementary Color

#3cef9b #ef3c90

#3cef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cef9b Color CSS Codes

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

#3cef9b Text Font Color

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

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


#3cef9b Background Color

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

This div background color is #3cef9b


#3cef9b Border Color

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

This div border color is #3cef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cef9b


Comments

No comments written yet.

Please login to write comment.