Color Hex Logo

#3addce Color Hex

#3ADDCE
(58,221,206)
0 Favorites   0 Comments

Color spaces of #3addce

RGB 58221206
HSL0.480.710.55
HSV174°74°87°
CMYK 0.740.000.07   0.13
XYZ38.742057.068767.3660
Yxy57.06870.23740.3497
Hunter Lab75.5438-40.65950.0090
CIE-Lab80.2182-44.0093-4.5277

#3addce color RGB value is (58,221,206).

#3addce hex color red value is 58, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3addce hue: 0.48 , saturation: 0.71 and the lightness value of 3addce is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011101 11001110
Octal 72 335 316
Decimal 58 221 206
Hex 3A DD CE

RGB Percentages of Color #3addce

%11.96
%45.57
%42.47

CMYK Percentages of Color #3addce

%74
%0
%7
%13

Triadic Colors of #3addce

#3addce #ce3add #ddce3a

Analogous Colors of #3addce

#3addce #3a9bdd #3add7d

Monochromatic Colors of #3addce

#3addce

Complementary Color

#3addce #dd3a49

#3addce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3addce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3addce Color CSS Codes

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

#3addce Text Font Color

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

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


#3addce Background Color

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

This div background color is #3addce


#3addce Border Color

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

This div border color is #3addce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3addce


Comments

No comments written yet.

Please login to write comment.