Color Hex Logo

#3db2af Color Hex

#3DB2AF
(61,178,175)
0 Favorites   0 Comments

Color spaces of #3db2af

RGB 61178175
HSL0.500.490.47
HSV178°66°70°
CMYK 0.660.000.02   0.30
XYZ25.582735.928046.1439
Yxy35.92800.23760.3337
Hunter Lab59.9400-28.7102-3.6856
CIE-Lab66.4649-32.6230-8.0462

#3db2af color RGB value is (61,178,175).

#3db2af hex color red value is 61, green value is 178 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3db2af hue: 0.50 , saturation: 0.49 and the lightness value of 3db2af is 0.47.

The process color (four color CMYK) of #3db2af color hex is 0.66, 0.00, 0.02, 0.30. Web safe color of #3db2af is #339999. Color #3db2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 10110010 10101111
Octal 75 262 257
Decimal 61 178 175
Hex 3D B2 AF

RGB Percentages of Color #3db2af

%14.73
%43.00
%42.27

CMYK Percentages of Color #3db2af

%66
%0
%2
%30

Triadic Colors of #3db2af

#3db2af #af3db2 #b2af3d

Analogous Colors of #3db2af

#3db2af #3d7bb2 #3db275

Monochromatic Colors of #3db2af

#3db2af

Complementary Color

#3db2af #b23d40

#3db2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3db2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3db2af Color CSS Codes

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

#3db2af Text Font Color

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

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


#3db2af Background Color

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

This div background color is #3db2af


#3db2af Border Color

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

This div border color is #3db2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3db2af


Comments

No comments written yet.

Please login to write comment.