Color Hex Logo

#3aceba Color Hex

#3ACEBA
(58,206,186)
0 Favorites   0 Comments

Color spaces of #3aceba

RGB 58206186
HSL0.480.600.52
HSV172°72°81°
CMYK 0.720.000.10   0.19
XYZ32.679248.587354.1103
Yxy48.58730.24140.3589
Hunter Lab69.7046-38.29792.7676
CIE-Lab75.1939-42.7978-1.1868

#3aceba color RGB value is (58,206,186).

#3aceba hex color red value is 58, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3aceba hue: 0.48 , saturation: 0.60 and the lightness value of 3aceba is 0.52.

The process color (four color CMYK) of #3aceba color hex is 0.72, 0.00, 0.10, 0.19. Web safe color of #3aceba is #33cccc. Color #3aceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 10111010
Octal 72 316 272
Decimal 58 206 186
Hex 3A CE BA

RGB Percentages of Color #3aceba

%12.89
%45.78
%41.33

CMYK Percentages of Color #3aceba

%72
%0
%10
%19

Triadic Colors of #3aceba

#3aceba #ba3ace #ceba3a

Analogous Colors of #3aceba

#3aceba #3a98ce #3ace70

Monochromatic Colors of #3aceba

#3aceba

Complementary Color

#3aceba #ce3a4e

#3aceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aceba Color CSS Codes

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

#3aceba Text Font Color

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

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


#3aceba Background Color

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

This div background color is #3aceba


#3aceba Border Color

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

This div border color is #3aceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,206,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aceba


Comments

No comments written yet.

Please login to write comment.