Color Hex Logo

#3affdb Color Hex

#3AFFDB
(58,255,219)
0 Favorites   0 Comments

Color spaces of #3affdb

RGB 58255219
HSL0.471.000.61
HSV169°77°100°
CMYK 0.770.000.14   0.00
XYZ50.291177.534079.3328
Yxy77.53400.24280.3743
Hunter Lab88.0534-52.14448.2193
CIE-Lab90.5668-54.93073.7684

#3affdb color RGB value is (58,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111111 11011011
Octal 72 377 333
Decimal 58 255 219
Hex 3A FF DB

RGB Percentages of Color #3affdb

%10.90
%47.93
%41.17

CMYK Percentages of Color #3affdb

%77
%0
%14
%0

Triadic Colors of #3affdb

#3affdb #db3aff #ffdb3a

Analogous Colors of #3affdb

#3affdb #3ac1ff #3aff79

Monochromatic Colors of #3affdb

#3affdb

Complementary Color

#3affdb #ff3a5e

#3affdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3affdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3affdb Color CSS Codes

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

#3affdb Text Font Color

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

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


#3affdb Background Color

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

This div background color is #3affdb


#3affdb Border Color

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

This div border color is #3affdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3affdb


Comments

No comments written yet.

Please login to write comment.