Color Hex Logo

#3daefa Color Hex

#3DAEFA
(61,174,250)
0 Favorites   0 Comments

Color spaces of #3daefa

RGB 61174250
HSL0.570.950.61
HSV204°76°98°
CMYK 0.760.300.00   0.02
XYZ34.315838.166396.0007
Yxy38.16630.20370.2265
Hunter Lab61.7789-8.9631-48.8879
CIE-Lab68.1430-6.6537-46.7050

#3daefa color RGB value is (61,174,250).

#3daefa hex color red value is 61, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3daefa hue: 0.57 , saturation: 0.95 and the lightness value of 3daefa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111101 10101110 11111010
Octal 75 256 372
Decimal 61 174 250
Hex 3D AE FA

RGB Percentages of Color #3daefa

%12.58
%35.88
%51.55

CMYK Percentages of Color #3daefa

%76
%30
%0
%2

Triadic Colors of #3daefa

#3daefa #fa3dae #aefa3d

Analogous Colors of #3daefa

#3daefa #3d50fa #3dfae8

Monochromatic Colors of #3daefa

#3daefa

Complementary Color

#3daefa #fa893d

#3daefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3daefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3daefa Color CSS Codes

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

#3daefa Text Font Color

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

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


#3daefa Background Color

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

This div background color is #3daefa


#3daefa Border Color

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

This div border color is #3daefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,174,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3daefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3daefa;
  -webkit-box-shadow: 1px 1px 3px 2px #3daefa;
  box-shadow:         1px 1px 3px 2px #3daefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3daefa


Comments

No comments written yet.

Please login to write comment.