Color Hex Logo

#46a7ea Color Hex

#46A7EA
(70,167,234)
0 Favorites   0 Comments

Color spaces of #46a7ea

RGB 70167234
HSL0.570.800.60
HSV205°70°92°
CMYK 0.700.290.00   0.08
XYZ31.195834.880082.9302
Yxy34.88000.20940.2341
Hunter Lab59.0593-9.0680-41.9127
CIE-Lab65.6551-7.0649-41.8630

#46a7ea color RGB value is (70,167,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100111 11101010
Octal 106 247 352
Decimal 70 167 234
Hex 46 A7 EA

RGB Percentages of Color #46a7ea

%14.86
%35.46
%49.68

CMYK Percentages of Color #46a7ea

%70
%29
%0
%8

Triadic Colors of #46a7ea

#46a7ea #ea46a7 #a7ea46

Analogous Colors of #46a7ea

#46a7ea #4655ea #46eadb

Monochromatic Colors of #46a7ea

#46a7ea

Complementary Color

#46a7ea #ea8946

#46a7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a7ea Color CSS Codes

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

#46a7ea Text Font Color

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

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


#46a7ea Background Color

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

This div background color is #46a7ea


#46a7ea Border Color

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

This div border color is #46a7ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,167,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 #46a7ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a7ea


Comments

No comments written yet.

Please login to write comment.