Color Hex Logo

#3cedbb Color Hex

#3CEDBB
(60,237,187)
0 Favorites   0 Comments

Color spaces of #3cedbb

RGB 60237187
HSL0.450.830.58
HSV163°75°93°
CMYK 0.750.000.21   0.07
XYZ41.117365.116957.4154
Yxy65.11690.25130.3979
Hunter Lab80.6950-50.263614.3011
CIE-Lab84.5439-55.227911.7722

#3cedbb color RGB value is (60,237,187).

#3cedbb hex color red value is 60, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3cedbb hue: 0.45 , saturation: 0.83 and the lightness value of 3cedbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 10111011
Octal 74 355 273
Decimal 60 237 187
Hex 3C ED BB

RGB Percentages of Color #3cedbb

%12.40
%48.97
%38.64

CMYK Percentages of Color #3cedbb

%75
%0
%21
%7

Triadic Colors of #3cedbb

#3cedbb #bb3ced #edbb3c

Analogous Colors of #3cedbb

#3cedbb #3cc7ed #3ced63

Monochromatic Colors of #3cedbb

#3cedbb

Complementary Color

#3cedbb #ed3c6e

#3cedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cedbb Color CSS Codes

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

#3cedbb Text Font Color

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

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


#3cedbb Background Color

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

This div background color is #3cedbb


#3cedbb Border Color

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

This div border color is #3cedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cedbb


Comments

No comments written yet.

Please login to write comment.