Color Hex Logo

#3afefb Color Hex

#3AFEFB
(58,254,251)
0 Favorites   0 Comments

Color spaces of #3afefb

RGB 58254251
HSL0.500.990.61
HSV179°77°100°
CMYK 0.770.000.01   0.00
XYZ54.599378.7482103.5890
Yxy78.74820.23040.3324
Hunter Lab88.7402-45.4694-7.0928
CIE-Lab91.1202-46.0830-12.0145

#3afefb color RGB value is (58,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11111110 11111011
Octal 72 376 373
Decimal 58 254 251
Hex 3A FE FB

RGB Percentages of Color #3afefb

%10.30
%45.12
%44.58

CMYK Percentages of Color #3afefb

%77
%0
%1
%0

Triadic Colors of #3afefb

#3afefb #fb3afe #fefb3a

Analogous Colors of #3afefb

#3afefb #3a9ffe #3afe99

Monochromatic Colors of #3afefb

#3afefb

Complementary Color

#3afefb #fe3a3d

#3afefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3afefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3afefb Color CSS Codes

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

#3afefb Text Font Color

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

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


#3afefb Background Color

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

This div background color is #3afefb


#3afefb Border Color

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

This div border color is #3afefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3afefb

Related Colors


Comments

No comments written yet.

Please login to write comment.