Color Hex Logo

#3cbeb2 Color Hex

#3CBEB2
(60,190,178)
0 Favorites   0 Comments

Color spaces of #3cbeb2

RGB 60190178
HSL0.480.520.49
HSV174°68°75°
CMYK 0.680.000.06   0.25
XYZ28.312841.001948.5414
Yxy41.00190.24020.3479
Hunter Lab64.0327-33.1315-0.1232
CIE-Lab70.1773-37.5267-4.2035

#3cbeb2 color RGB value is (60,190,178).

#3cbeb2 hex color red value is 60, green value is 190 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #3cbeb2 hue: 0.48 , saturation: 0.52 and the lightness value of 3cbeb2 is 0.49.

The process color (four color CMYK) of #3cbeb2 color hex is 0.68, 0.00, 0.06, 0.25. Web safe color of #3cbeb2 is #33cc99. Color #3cbeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 10110010
Octal 74 276 262
Decimal 60 190 178
Hex 3C BE B2

RGB Percentages of Color #3cbeb2

%14.02
%44.39
%41.59

CMYK Percentages of Color #3cbeb2

%68
%0
%6
%25

Triadic Colors of #3cbeb2

#3cbeb2 #b23cbe #beb23c

Analogous Colors of #3cbeb2

#3cbeb2 #3c89be #3cbe71

Monochromatic Colors of #3cbeb2

#3cbeb2

Complementary Color

#3cbeb2 #be3c48

#3cbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbeb2 Color CSS Codes

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

#3cbeb2 Text Font Color

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

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


#3cbeb2 Background Color

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

This div background color is #3cbeb2


#3cbeb2 Border Color

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

This div border color is #3cbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbeb2


Comments

No comments written yet.

Please login to write comment.