Color Hex Logo

#3aafef Color Hex

#3AAFEF
(58,175,239)
0 Favorites   0 Comments

Color spaces of #3aafef

RGB 58175239
HSL0.560.850.58
HSV201°76°94°
CMYK 0.760.270.00   0.06
XYZ32.654937.791587.2347
Yxy37.79150.20710.2397
Hunter Lab61.4748-12.7632-41.1021
CIE-Lab67.8667-11.3019-41.1570

#3aafef color RGB value is (58,175,239).

#3aafef hex color red value is 58, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3aafef hue: 0.56 , saturation: 0.85 and the lightness value of 3aafef is 0.58.

The process color (four color CMYK) of #3aafef color hex is 0.76, 0.27, 0.00, 0.06. Web safe color of #3aafef is #3399ff. Color #3aafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 11101111
Octal 72 257 357
Decimal 58 175 239
Hex 3A AF EF

RGB Percentages of Color #3aafef

%12.29
%37.08
%50.64

CMYK Percentages of Color #3aafef

%76
%27
%0
%6

Triadic Colors of #3aafef

#3aafef #ef3aaf #afef3a

Analogous Colors of #3aafef

#3aafef #3a54ef #3aefd5

Monochromatic Colors of #3aafef

#3aafef

Complementary Color

#3aafef #ef7a3a

#3aafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aafef Color CSS Codes

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

#3aafef Text Font Color

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

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


#3aafef Background Color

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

This div background color is #3aafef


#3aafef Border Color

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

This div border color is #3aafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aafef


Comments

No comments written yet.

Please login to write comment.