Color Hex Logo

#3dceab Color Hex

#3DCEAB
(61,206,171)
0 Favorites   0 Comments

Color spaces of #3dceab

RGB 61206171
HSL0.460.600.52
HSV166°70°81°
CMYK 0.700.000.17   0.19
XYZ31.346548.075046.1553
Yxy48.07500.24960.3828
Hunter Lab69.3361-40.63939.0675
CIE-Lab74.8722-46.23926.4368

#3dceab color RGB value is (61,206,171).

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

The process color (four color CMYK) of #3dceab color hex is 0.70, 0.00, 0.17, 0.19. Web safe color of #3dceab is #33cc99. Color #3dceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001110 10101011
Octal 75 316 253
Decimal 61 206 171
Hex 3D CE AB

RGB Percentages of Color #3dceab

%13.93
%47.03
%39.04

CMYK Percentages of Color #3dceab

%70
%0
%17
%19

Triadic Colors of #3dceab

#3dceab #ab3dce #ceab3d

Analogous Colors of #3dceab

#3dceab #3da9ce #3dce63

Monochromatic Colors of #3dceab

#3dceab

Complementary Color

#3dceab #ce3d60

#3dceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dceab Color CSS Codes

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

#3dceab Text Font Color

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

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


#3dceab Background Color

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

This div background color is #3dceab


#3dceab Border Color

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

This div border color is #3dceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dceab


Comments

No comments written yet.

Please login to write comment.