Color Hex Logo

#3abdae Color Hex

#3ABDAE
(58,189,174)
0 Favorites   0 Comments

Color spaces of #3abdae

RGB 58189174
HSL0.480.530.48
HSV173°69°74°
CMYK 0.690.000.08   0.26
XYZ27.582540.350746.3791
Yxy40.35070.24130.3530
Hunter Lab63.5222-33.65591.1765
CIE-Lab69.7186-38.4459-2.6912

#3abdae color RGB value is (58,189,174).

#3abdae hex color red value is 58, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3abdae hue: 0.48 , saturation: 0.53 and the lightness value of 3abdae is 0.48.

The process color (four color CMYK) of #3abdae color hex is 0.69, 0.00, 0.08, 0.26. Web safe color of #3abdae is #33cc99. Color #3abdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 10101110
Octal 72 275 256
Decimal 58 189 174
Hex 3A BD AE

RGB Percentages of Color #3abdae

%13.78
%44.89
%41.33

CMYK Percentages of Color #3abdae

%69
%0
%8
%26

Triadic Colors of #3abdae

#3abdae #ae3abd #bdae3a

Analogous Colors of #3abdae

#3abdae #3a8bbd #3abd6d

Monochromatic Colors of #3abdae

#3abdae

Complementary Color

#3abdae #bd3a49

#3abdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdae Color CSS Codes

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

#3abdae Text Font Color

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

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


#3abdae Background Color

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

This div background color is #3abdae


#3abdae Border Color

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

This div border color is #3abdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdae


Comments

No comments written yet.

Please login to write comment.