Color Hex Logo

#3afefc Color Hex

#3AFEFC
(58,254,252)
0 Favorites   0 Comments

Color spaces of #3afefc

RGB 58254252
HSL0.500.990.61
HSV179°77°100°
CMYK 0.770.000.01   0.00
XYZ54.757478.8114104.4216
Yxy78.81140.23010.3312
Hunter Lab88.7758-45.2578-7.5962
CIE-Lab91.1489-45.8057-12.4907

#3afefc color RGB value is (58,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11111100
Octal 72 376 374
Decimal 58 254 252
Hex 3A FE FC

RGB Percentages of Color #3afefc

%10.28
%45.04
%44.68

CMYK Percentages of Color #3afefc

%77
%0
%1
%0

Triadic Colors of #3afefc

#3afefc #fc3afe #fefc3a

Analogous Colors of #3afefc

#3afefc #3a9efe #3afe9a

Monochromatic Colors of #3afefc

#3afefc

Complementary Color

#3afefc #fe3a3c

#3afefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afefc Color CSS Codes

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

#3afefc Text Font Color

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

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


#3afefc Background Color

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

This div background color is #3afefc


#3afefc Border Color

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

This div border color is #3afefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afefc

Related Colors


Comments

No comments written yet.

Please login to write comment.