Color Hex Logo

#3adcdd Color Hex

#3ADCDD
(58,220,221)
0 Favorites   0 Comments

Color spaces of #3adcdd

RGB 58220221
HSL0.500.710.55
HSV180°74°87°
CMYK 0.740.000.00   0.13
XYZ40.389357.306477.3391
Yxy57.30640.23080.3274
Hunter Lab75.7010-37.2403-7.5823
CIE-Lab80.3516-39.4027-12.3237

#3adcdd color RGB value is (58,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 11011101
Octal 72 334 335
Decimal 58 220 221
Hex 3A DC DD

RGB Percentages of Color #3adcdd

%11.62
%44.09
%44.29

CMYK Percentages of Color #3adcdd

%74
%0
%0
%13

Triadic Colors of #3adcdd

#3adcdd #dd3adc #dcdd3a

Analogous Colors of #3adcdd

#3adcdd #3a8bdd #3add8d

Monochromatic Colors of #3adcdd

#3adcdd

Complementary Color

#3adcdd #dd3b3a

#3adcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adcdd Color CSS Codes

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

#3adcdd Text Font Color

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

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


#3adcdd Background Color

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

This div background color is #3adcdd


#3adcdd Border Color

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

This div border color is #3adcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,220,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 #3adcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adcdd


Comments

No comments written yet.

Please login to write comment.