Color Hex Logo

#3afdff Color Hex

#3AFDFF
(58,253,255)
0 Favorites   0 Comments

Color spaces of #3afdff

RGB 58253255
HSL0.501.000.61
HSV181°77°100°
CMYK 0.770.010.00   0.00
XYZ54.920278.3701106.8401
Yxy78.37010.22870.3264
Hunter Lab88.5269-44.1844-9.5863
CIE-Lab90.9485-44.5302-14.3473

#3afdff color RGB value is (58,253,255).

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

The process color (four color CMYK) of #3afdff color hex is 0.77, 0.01, 0.00, 0.00. Web safe color of #3afdff is #33ffff. Color #3afdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111101 11111111
Octal 72 375 377
Decimal 58 253 255
Hex 3A FD FF

RGB Percentages of Color #3afdff

%10.25
%44.70
%45.05

CMYK Percentages of Color #3afdff

%77
%1
%0
%0

Triadic Colors of #3afdff

#3afdff #ff3afd #fdff3a

Analogous Colors of #3afdff

#3afdff #3a9bff #3aff9f

Monochromatic Colors of #3afdff

#3afdff

Complementary Color

#3afdff #ff3c3a

#3afdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afdff Color CSS Codes

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

#3afdff Text Font Color

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

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


#3afdff Background Color

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

This div background color is #3afdff


#3afdff Border Color

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

This div border color is #3afdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afdff


Comments

No comments written yet.

Please login to write comment.