Color Hex Logo

#3abdaf Color Hex

#3ABDAF
(58,189,175)
0 Favorites   0 Comments

Color spaces of #3abdaf

RGB 58189175
HSL0.480.530.48
HSV174°69°74°
CMYK 0.690.000.07   0.26
XYZ27.680440.389946.8946
Yxy40.38990.24080.3513
Hunter Lab63.5530-33.47250.7382
CIE-Lab69.7463-38.1743-3.1988

#3abdaf color RGB value is (58,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111101 10101111
Octal 72 275 257
Decimal 58 189 175
Hex 3A BD AF

RGB Percentages of Color #3abdaf

%13.74
%44.79
%41.47

CMYK Percentages of Color #3abdaf

%69
%0
%7
%26

Triadic Colors of #3abdaf

#3abdaf #af3abd #bdaf3a

Analogous Colors of #3abdaf

#3abdaf #3a8abd #3abd6e

Monochromatic Colors of #3abdaf

#3abdaf

Complementary Color

#3abdaf #bd3a48

#3abdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abdaf Color CSS Codes

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

#3abdaf Text Font Color

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

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


#3abdaf Background Color

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

This div background color is #3abdaf


#3abdaf Border Color

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

This div border color is #3abdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abdaf


Comments

No comments written yet.

Please login to write comment.