Color Hex Logo

#3acabe Color Hex

#3ACABE
(58,202,190)
0 Favorites   0 Comments

Color spaces of #3acabe

RGB 58202190
HSL0.490.580.51
HSV175°71°79°
CMYK 0.710.000.06   0.21
XYZ32.159746.858356.0648
Yxy46.85830.23810.3469
Hunter Lab68.4531-35.9326-0.6428
CIE-Lab74.0990-39.9448-4.9592

#3acabe color RGB value is (58,202,190).

#3acabe hex color red value is 58, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3acabe hue: 0.49 , saturation: 0.58 and the lightness value of 3acabe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 10111110
Octal 72 312 276
Decimal 58 202 190
Hex 3A CA BE

RGB Percentages of Color #3acabe

%12.89
%44.89
%42.22

CMYK Percentages of Color #3acabe

%71
%0
%6
%21

Triadic Colors of #3acabe

#3acabe #be3aca #cabe3a

Analogous Colors of #3acabe

#3acabe #3a8eca #3aca76

Monochromatic Colors of #3acabe

#3acabe

Complementary Color

#3acabe #ca3a46

#3acabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acabe Color CSS Codes

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

#3acabe Text Font Color

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

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


#3acabe Background Color

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

This div background color is #3acabe


#3acabe Border Color

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

This div border color is #3acabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,202,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 #3acabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acabe


Comments

No comments written yet.

Please login to write comment.