color codes Logo

#6aabe5 color codes

#6AABE5
(106,171,229)
0 Favorites   0 Comments

Color spaces of #6aabe5

RGB 106171229
HSL0.580.700.66
HSV208°54°90°
CMYK 0.540.250.00   0.10
XYZ34.649637.847179.6077
Yxy37.84710.22780.2488
Hunter Lab61.5200-7.1243-33.6581
CIE-Lab67.9078-4.4891-35.5066

#6aabe5 color RGB value is (106,171,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11100101
Octal 152 253 345
Decimal 106 171 229
Hex 6A AB E5

RGB Percentages of Color #6aabe5

%20.95
%33.79
%45.26

CMYK Percentages of Color #6aabe5

%54
%25
%0
%10

Triadic Colors of #6aabe5

#6aabe5 #e56aab #abe56a

Analogous Colors of #6aabe5

#6aabe5 #6a6ee5 #6ae5e2

Monochromatic Colors of #6aabe5

#6aabe5

Complementary Color

#6aabe5 #e5a46a

#6aabe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabe5 Color CSS Codes

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

#6aabe5 Text Font Color

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

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


#6aabe5 Background Color

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

This div background color is #6aabe5


#6aabe5 Border Color

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

This div border color is #6aabe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabe5


Comments

No comments written yet.

Please login to write comment.