Color Hex Logo

#3afddd Color Hex

#3AFDDD
(58,253,221)
0 Favorites   0 Comments

Color spaces of #3afddd

RGB 58253221
HSL0.470.980.61
HSV170°77°99°
CMYK 0.770.000.13   0.01
XYZ49.921376.370680.5165
Yxy76.37060.24140.3693
Hunter Lab87.3903-50.96576.5467
CIE-Lab90.0311-53.61531.9541

#3afddd color RGB value is (58,253,221).

#3afddd hex color red value is 58, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3afddd hue: 0.47 , saturation: 0.98 and the lightness value of 3afddd is 0.61.

The process color (four color CMYK) of #3afddd color hex is 0.77, 0.00, 0.13, 0.01. Web safe color of #3afddd is #33ffcc. Color #3afddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 11011101
Octal 72 375 335
Decimal 58 253 221
Hex 3A FD DD

RGB Percentages of Color #3afddd

%10.90
%47.56
%41.54

CMYK Percentages of Color #3afddd

%77
%0
%13
%1

Triadic Colors of #3afddd

#3afddd #dd3afd #fddd3a

Analogous Colors of #3afddd

#3afddd #3abcfd #3afd7c

Monochromatic Colors of #3afddd

#3afddd

Complementary Color

#3afddd #fd3a5a

#3afddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afddd Color CSS Codes

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

#3afddd Text Font Color

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

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


#3afddd Background Color

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

This div background color is #3afddd


#3afddd Border Color

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

This div border color is #3afddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afddd


Comments

No comments written yet.

Please login to write comment.