Color Hex Logo

#6aabe4 Color Hex

#6AABE4
(106,171,228)
0 Favorites   0 Comments

Color spaces of #6aabe4

RGB 106171228
HSL0.580.690.65
HSV208°54°89°
CMYK 0.540.250.00   0.11
XYZ34.510437.791478.8744
Yxy37.79140.22830.2500
Hunter Lab61.4747-7.3752-33.0390
CIE-Lab67.8666-4.7906-35.0227

#6aabe4 color RGB value is (106,171,228).

#6aabe4 hex color red value is 106, green value is 171 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #6aabe4 hue: 0.58 , saturation: 0.69 and the lightness value of 6aabe4 is 0.65.

The process color (four color CMYK) of #6aabe4 color hex is 0.54, 0.25, 0.00, 0.11. Web safe color of #6aabe4 is #6699cc. Color #6aabe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11100100
Octal 152 253 344
Decimal 106 171 228
Hex 6A AB E4

RGB Percentages of Color #6aabe4

%20.99
%33.86
%45.15

CMYK Percentages of Color #6aabe4

%54
%25
%0
%11

Triadic Colors of #6aabe4

#6aabe4 #e46aab #abe46a

Analogous Colors of #6aabe4

#6aabe4 #6a6ee4 #6ae4e0

Monochromatic Colors of #6aabe4

#6aabe4

Complementary Color

#6aabe4 #e4a36a

#6aabe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabe4 Color CSS Codes

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

#6aabe4 Text Font Color

<p style="color:#6aabe4">Text here</p>

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


#6aabe4 Background Color

<div style="background-color:#6aabe4">
Div content here</div>

This div background color is #6aabe4


#6aabe4 Border Color

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

This div border color is #6aabe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,171,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aabe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aabe4;
  -webkit-box-shadow: 1px 1px 3px 2px #6aabe4;
  box-shadow:         1px 1px 3px 2px #6aabe4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,171,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabe4


Comments

No comments written yet.

Please login to write comment.