Color Hex Logo

#3aeafd Color Hex

#3AEAFD
(58,234,253)
0 Favorites   0 Comments

Color spaces of #3aeafd

RGB 58234253
HSL0.520.980.61
HSV186°77°99°
CMYK 0.770.080.00   0.01
XYZ48.897466.8370103.2522
Yxy66.83700.22330.3052
Hunter Lab81.7539-36.3076-17.6534
CIE-Lab85.4216-36.5236-21.6264

#3aeafd color RGB value is (58,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101010 11111101
Octal 72 352 375
Decimal 58 234 253
Hex 3A EA FD

RGB Percentages of Color #3aeafd

%10.64
%42.94
%46.42

CMYK Percentages of Color #3aeafd

%77
%8
%0
%1

Triadic Colors of #3aeafd

#3aeafd #fd3aea #eafd3a

Analogous Colors of #3aeafd

#3aeafd #3a89fd #3afdaf

Monochromatic Colors of #3aeafd

#3aeafd

Complementary Color

#3aeafd #fd4d3a

#3aeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aeafd Color CSS Codes

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

#3aeafd Text Font Color

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

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


#3aeafd Background Color

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

This div background color is #3aeafd


#3aeafd Border Color

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

This div border color is #3aeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aeafd


Comments

No comments written yet.

Please login to write comment.