Color Hex Logo

#6babea Color Hex

#6BABEA
(107,171,234)
0 Favorites   0 Comments

Color spaces of #6babea

RGB 107171234
HSL0.580.750.67
HSV210°54°92°
CMYK 0.540.270.00   0.08
XYZ35.477638.192183.3439
Yxy38.19210.22600.2432
Hunter Lab61.7998-5.6775-36.6994
CIE-Lab68.1620-2.7620-37.8441

#6babea color RGB value is (107,171,234).

#6babea hex color red value is 107, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6babea hue: 0.58 , saturation: 0.75 and the lightness value of 6babea is 0.67.

The process color (four color CMYK) of #6babea color hex is 0.54, 0.27, 0.00, 0.08. Web safe color of #6babea is #6699ff. Color #6babea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11101010
Octal 153 253 352
Decimal 107 171 234
Hex 6B AB EA

RGB Percentages of Color #6babea

%20.90
%33.40
%45.70

CMYK Percentages of Color #6babea

%54
%27
%0
%8

Triadic Colors of #6babea

#6babea #ea6bab #abea6b

Analogous Colors of #6babea

#6babea #6b6cea #6beaea

Monochromatic Colors of #6babea

#6babea

Complementary Color

#6babea #eaaa6b

#6babea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babea Color CSS Codes

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

#6babea Text Font Color

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

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


#6babea Background Color

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

This div background color is #6babea


#6babea Border Color

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

This div border color is #6babea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,171,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 #6babea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babea


Comments

No comments written yet.

Please login to write comment.