Color Hex Logo

#3cbead Color Hex

#3CBEAD
(60,190,173)
0 Favorites   0 Comments

Color spaces of #3cbead

RGB 60190173
HSL0.480.520.49
HSV172°68°75°
CMYK 0.680.000.09   0.25
XYZ27.819840.804745.9450
Yxy40.80470.24280.3562
Hunter Lab63.8786-34.04882.0703
CIE-Lab70.0389-38.8798-1.6680

#3cbead color RGB value is (60,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111110 10101101
Octal 74 276 255
Decimal 60 190 173
Hex 3C BE AD

RGB Percentages of Color #3cbead

%14.18
%44.92
%40.90

CMYK Percentages of Color #3cbead

%68
%0
%9
%25

Triadic Colors of #3cbead

#3cbead #ad3cbe #bead3c

Analogous Colors of #3cbead

#3cbead #3c8ebe #3cbe6c

Monochromatic Colors of #3cbead

#3cbead

Complementary Color

#3cbead #be3c4d

#3cbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbead Color CSS Codes

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

#3cbead Text Font Color

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

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


#3cbead Background Color

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

This div background color is #3cbead


#3cbead Border Color

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

This div border color is #3cbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbead


Comments

No comments written yet.

Please login to write comment.