Color Hex Logo

#3aafe8 Color Hex

#3AAFE8
(58,175,232)
0 Favorites   0 Comments

Color spaces of #3aafe8

RGB 58175232
HSL0.550.790.57
HSV200°75°91°
CMYK 0.750.250.00   0.09
XYZ31.640437.385781.8925
Yxy37.38570.20970.2477
Hunter Lab61.1438-14.6325-36.6089
CIE-Lab67.5654-13.6681-37.8044

#3aafe8 color RGB value is (58,175,232).

#3aafe8 hex color red value is 58, green value is 175 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #3aafe8 hue: 0.55 , saturation: 0.79 and the lightness value of 3aafe8 is 0.57.

The process color (four color CMYK) of #3aafe8 color hex is 0.75, 0.25, 0.00, 0.09. Web safe color of #3aafe8 is #3399ff. Color #3aafe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 11101000
Octal 72 257 350
Decimal 58 175 232
Hex 3A AF E8

RGB Percentages of Color #3aafe8

%12.47
%37.63
%49.89

CMYK Percentages of Color #3aafe8

%75
%25
%0
%9

Triadic Colors of #3aafe8

#3aafe8 #e83aaf #afe83a

Analogous Colors of #3aafe8

#3aafe8 #3a58e8 #3ae8ca

Monochromatic Colors of #3aafe8

#3aafe8

Complementary Color

#3aafe8 #e8733a

#3aafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aafe8 Color CSS Codes

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

#3aafe8 Text Font Color

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

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


#3aafe8 Background Color

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

This div background color is #3aafe8


#3aafe8 Border Color

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

This div border color is #3aafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aafe8


Comments

No comments written yet.

Please login to write comment.