Color Hex Logo

#3cefbe Color Hex

#3CEFBE
(60,239,190)
0 Favorites   0 Comments

Color spaces of #3cefbe

RGB 60239190
HSL0.450.850.59
HSV164°75°94°
CMYK 0.750.000.21   0.06
XYZ42.024266.411459.3190
Yxy66.41140.25050.3959
Hunter Lab81.4932-50.564713.8880
CIE-Lab85.2058-55.320911.1470

#3cefbe color RGB value is (60,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101111 10111110
Octal 74 357 276
Decimal 60 239 190
Hex 3C EF BE

RGB Percentages of Color #3cefbe

%12.27
%48.88
%38.85

CMYK Percentages of Color #3cefbe

%75
%0
%21
%6

Triadic Colors of #3cefbe

#3cefbe #be3cef #efbe3c

Analogous Colors of #3cefbe

#3cefbe #3cc7ef #3cef65

Monochromatic Colors of #3cefbe

#3cefbe

Complementary Color

#3cefbe #ef3c6d

#3cefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cefbe Color CSS Codes

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

#3cefbe Text Font Color

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

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


#3cefbe Background Color

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

This div background color is #3cefbe


#3cefbe Border Color

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

This div border color is #3cefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cefbe


Comments

No comments written yet.

Please login to write comment.