Color Hex Logo

#70aebe Color Hex

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

Color spaces of #70aebe

RGB 112174190
HSL0.530.380.59
HSV192°41°75°
CMYK 0.410.080.00   0.25
XYZ31.112437.434654.3010
Yxy37.43460.25330.3047
Hunter Lab61.1838-16.3032-9.7915
CIE-Lab67.6018-15.7634-14.4624

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101110 10111110
Octal 160 256 276
Decimal 112 174 190
Hex 70 AE BE

RGB Percentages of Color #70aebe

%23.53
%36.55
%39.92

CMYK Percentages of Color #70aebe

%41
%8
%0
%25

Triadic Colors of #70aebe

#70aebe #be70ae #aebe70

Analogous Colors of #70aebe

#70aebe #7087be #70bea7

Monochromatic Colors of #70aebe

#70aebe

Complementary Color

#70aebe #be8070

#70aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aebe Color CSS Codes

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

#70aebe Text Font Color

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

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


#70aebe Background Color

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

This div background color is #70aebe


#70aebe Border Color

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

This div border color is #70aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aebe


Comments

No comments written yet.

Please login to write comment.