Color Hex Logo

#3adccb Color Hex

#3ADCCB
(58,220,203)
0 Favorites   0 Comments

Color spaces of #3adccb

RGB 58220203
HSL0.480.700.55
HSV174°74°86°
CMYK 0.740.000.08   0.14
XYZ38.117656.397765.3768
Yxy56.39770.23840.3527
Hunter Lab75.0984-40.82120.9541
CIE-Lab79.8396-44.3798-3.4862

#3adccb color RGB value is (58,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 11001011
Octal 72 334 313
Decimal 58 220 203
Hex 3A DC CB

RGB Percentages of Color #3adccb

%12.06
%45.74
%42.20

CMYK Percentages of Color #3adccb

%74
%0
%8
%14

Triadic Colors of #3adccb

#3adccb #cb3adc #dccb3a

Analogous Colors of #3adccb

#3adccb #3a9cdc #3adc7a

Monochromatic Colors of #3adccb

#3adccb

Complementary Color

#3adccb #dc3a4b

#3adccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adccb Color CSS Codes

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

#3adccb Text Font Color

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

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


#3adccb Background Color

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

This div background color is #3adccb


#3adccb Border Color

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

This div border color is #3adccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adccb


Comments

No comments written yet.

Please login to write comment.