Color Hex Logo

#3afdda Color Hex

#3AFDDA
(58,253,218)
0 Favorites   0 Comments

Color spaces of #3afdda

RGB 58253218
HSL0.470.980.61
HSV169°77°99°
CMYK 0.770.000.14   0.01
XYZ49.525176.212178.4298
Yxy76.21210.24260.3733
Hunter Lab87.2995-51.51107.8436
CIE-Lab89.9577-54.36903.4036

#3afdda color RGB value is (58,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 11011010
Octal 72 375 332
Decimal 58 253 218
Hex 3A FD DA

RGB Percentages of Color #3afdda

%10.96
%47.83
%41.21

CMYK Percentages of Color #3afdda

%77
%0
%14
%1

Triadic Colors of #3afdda

#3afdda #da3afd #fdda3a

Analogous Colors of #3afdda

#3afdda #3abffd #3afd79

Monochromatic Colors of #3afdda

#3afdda

Complementary Color

#3afdda #fd3a5d

#3afdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afdda Color CSS Codes

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

#3afdda Text Font Color

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

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


#3afdda Background Color

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

This div background color is #3afdda


#3afdda Border Color

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

This div border color is #3afdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afdda

Related Colors


Comments

No comments written yet.

Please login to write comment.