Color Hex Logo

#3adbdc Color Hex

#3ADBDC
(58,219,220)
0 Favorites   0 Comments

Color spaces of #3adbdc

RGB 58219220
HSL0.500.700.55
HSV180°74°86°
CMYK 0.740.000.00   0.14
XYZ39.994756.729976.5522
Yxy56.72990.23080.3274
Hunter Lab75.3193-37.0248-7.5371
CIE-Lab80.0274-39.2335-12.2754

#3adbdc color RGB value is (58,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011011 11011100
Octal 72 333 334
Decimal 58 219 220
Hex 3A DB DC

RGB Percentages of Color #3adbdc

%11.67
%44.06
%44.27

CMYK Percentages of Color #3adbdc

%74
%0
%0
%14

Triadic Colors of #3adbdc

#3adbdc #dc3adb #dbdc3a

Analogous Colors of #3adbdc

#3adbdc #3a8adc #3adc8c

Monochromatic Colors of #3adbdc

#3adbdc

Complementary Color

#3adbdc #dc3b3a

#3adbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adbdc Color CSS Codes

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

#3adbdc Text Font Color

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

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


#3adbdc Background Color

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

This div background color is #3adbdc


#3adbdc Border Color

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

This div border color is #3adbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adbdc


Comments

No comments written yet.

Please login to write comment.