Color Hex Logo

#3ae2dd Color Hex

#3AE2DD
(58,226,221)
0 Favorites   0 Comments

Color spaces of #3ae2dd

RGB 58226221
HSL0.500.740.56
HSV178°74°89°
CMYK 0.740.000.02   0.11
XYZ41.992460.512777.8735
Yxy60.51270.23280.3355
Hunter Lab77.7899-39.7748-4.9008
CIE-Lab82.1161-42.0991-9.6916

#3ae2dd color RGB value is (58,226,221).

#3ae2dd hex color red value is 58, green value is 226 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3ae2dd hue: 0.50 , saturation: 0.74 and the lightness value of 3ae2dd is 0.56.

The process color (four color CMYK) of #3ae2dd color hex is 0.74, 0.00, 0.02, 0.11. Web safe color of #3ae2dd is #33cccc. Color #3ae2dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100010 11011101
Octal 72 342 335
Decimal 58 226 221
Hex 3A E2 DD

RGB Percentages of Color #3ae2dd

%11.49
%44.75
%43.76

CMYK Percentages of Color #3ae2dd

%74
%0
%2
%11

Triadic Colors of #3ae2dd

#3ae2dd #dd3ae2 #e2dd3a

Analogous Colors of #3ae2dd

#3ae2dd #3a93e2 #3ae289

Monochromatic Colors of #3ae2dd

#3ae2dd

Complementary Color

#3ae2dd #e23a3f

#3ae2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae2dd Color CSS Codes

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

#3ae2dd Text Font Color

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

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


#3ae2dd Background Color

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

This div background color is #3ae2dd


#3ae2dd Border Color

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

This div border color is #3ae2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae2dd


Comments

No comments written yet.

Please login to write comment.