Color Hex Logo

#3cefbd Color Hex

#3CEFBD
(60,239,189)
0 Favorites   0 Comments

Color spaces of #3cefbd

RGB 60239189
HSL0.450.850.59
HSV163°75°94°
CMYK 0.750.000.21   0.06
XYZ41.915366.367858.7452
Yxy66.36780.25090.3973
Hunter Lab81.4664-50.726214.2727
CIE-Lab85.1837-55.554711.6372

#3cefbd color RGB value is (60,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101111 10111101
Octal 74 357 275
Decimal 60 239 189
Hex 3C EF BD

RGB Percentages of Color #3cefbd

%12.30
%48.98
%38.73

CMYK Percentages of Color #3cefbd

%75
%0
%21
%6

Triadic Colors of #3cefbd

#3cefbd #bd3cef #efbd3c

Analogous Colors of #3cefbd

#3cefbd #3cc8ef #3cef64

Monochromatic Colors of #3cefbd

#3cefbd

Complementary Color

#3cefbd #ef3c6e

#3cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cefbd Color CSS Codes

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

#3cefbd Text Font Color

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

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


#3cefbd Background Color

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

This div background color is #3cefbd


#3cefbd Border Color

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

This div border color is #3cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cefbd


Comments

No comments written yet.

Please login to write comment.