Color Hex Logo

#46aebe Color Hex

#46AEBE
(70,174,190)
0 Favorites   0 Comments

Color spaces of #46aebe

RGB 70174190
HSL0.520.480.51
HSV188°63°75°
CMYK 0.630.080.00   0.25
XYZ26.956135.291954.1065
Yxy35.29190.23170.3033
Hunter Lab59.4070-22.9673-12.4151
CIE-Lab65.9753-24.8361-17.0771

#46aebe color RGB value is (70,174,190).

#46aebe hex color red value is 70, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #46aebe hue: 0.52 , saturation: 0.48 and the lightness value of 46aebe is 0.51.

The process color (four color CMYK) of #46aebe color hex is 0.63, 0.08, 0.00, 0.25. Web safe color of #46aebe is #3399cc. Color #46aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 10111110
Octal 106 256 276
Decimal 70 174 190
Hex 46 AE BE

RGB Percentages of Color #46aebe

%16.13
%40.09
%43.78

CMYK Percentages of Color #46aebe

%63
%8
%0
%25

Triadic Colors of #46aebe

#46aebe #be46ae #aebe46

Analogous Colors of #46aebe

#46aebe #4672be #46be92

Monochromatic Colors of #46aebe

#46aebe

Complementary Color

#46aebe #be5646

#46aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aebe Color CSS Codes

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

#46aebe Text Font Color

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

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


#46aebe Background Color

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

This div background color is #46aebe


#46aebe Border Color

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

This div border color is #46aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aebe


Comments

No comments written yet.

Please login to write comment.