Color Hex Logo

#46aeea Color Hex

#46AEEA
(70,174,234)
0 Favorites   0 Comments

Color spaces of #46aeea

RGB 70174234
HSL0.560.800.60
HSV202°70°92°
CMYK 0.700.260.00   0.08
XYZ32.513137.514783.3693
Yxy37.51470.21200.2446
Hunter Lab61.2492-12.4325-37.8280
CIE-Lab67.6614-10.9248-38.7257

#46aeea color RGB value is (70,174,234).

#46aeea hex color red value is 70, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #46aeea hue: 0.56 , saturation: 0.80 and the lightness value of 46aeea is 0.60.

The process color (four color CMYK) of #46aeea color hex is 0.70, 0.26, 0.00, 0.08. Web safe color of #46aeea is #3399ff. Color #46aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 11101010
Octal 106 256 352
Decimal 70 174 234
Hex 46 AE EA

RGB Percentages of Color #46aeea

%14.64
%36.40
%48.95

CMYK Percentages of Color #46aeea

%70
%26
%0
%8

Triadic Colors of #46aeea

#46aeea #ea46ae #aeea46

Analogous Colors of #46aeea

#46aeea #465cea #46ead4

Monochromatic Colors of #46aeea

#46aeea

Complementary Color

#46aeea #ea8246

#46aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aeea Color CSS Codes

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

#46aeea Text Font Color

<p style="color:#46aeea">Text here</p>

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


#46aeea Background Color

<div style="background-color:#46aeea">
Div content here</div>

This div background color is #46aeea


#46aeea Border Color

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

This div border color is #46aeea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,174,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46aeea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46aeea;
  -webkit-box-shadow: 1px 1px 3px 2px #46aeea;
  box-shadow:         1px 1px 3px 2px #46aeea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aeea


Comments

No comments written yet.

Please login to write comment.