Color Hex Logo

#3cebc0 Color Hex

#3CEBC0
(60,235,192)
0 Favorites   0 Comments

Color spaces of #3cebc0

RGB 60235192
HSL0.460.810.58
HSV165°74°92°
CMYK 0.740.000.18   0.08
XYZ41.086264.183160.0923
Yxy64.18310.24850.3881
Hunter Lab80.1144-48.657411.6077
CIE-Lab84.0610-53.24178.4665

#3cebc0 color RGB value is (60,235,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101011 11000000
Octal 74 353 300
Decimal 60 235 192
Hex 3C EB C0

RGB Percentages of Color #3cebc0

%12.32
%48.25
%39.43

CMYK Percentages of Color #3cebc0

%74
%0
%18
%8

Triadic Colors of #3cebc0

#3cebc0 #c03ceb #ebc03c

Analogous Colors of #3cebc0

#3cebc0 #3cbfeb #3ceb69

Monochromatic Colors of #3cebc0

#3cebc0

Complementary Color

#3cebc0 #eb3c67

#3cebc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cebc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cebc0 Color CSS Codes

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

#3cebc0 Text Font Color

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

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


#3cebc0 Background Color

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

This div background color is #3cebc0


#3cebc0 Border Color

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

This div border color is #3cebc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cebc0


Comments

No comments written yet.

Please login to write comment.