Color Hex Logo

#6babce Color Hex

#6BABCE
(107,171,206)
0 Favorites   0 Comments

Color spaces of #6babce

RGB 107171206
HSL0.560.500.61
HSV201°48°81°
CMYK 0.480.170.00   0.19
XYZ31.766936.707963.8035
Yxy36.70790.24020.2775
Hunter Lab60.5870-12.4365-20.0267
CIE-Lab67.0573-11.0168-24.1602

#6babce color RGB value is (107,171,206).

#6babce hex color red value is 107, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6babce hue: 0.56 , saturation: 0.50 and the lightness value of 6babce is 0.61.

The process color (four color CMYK) of #6babce color hex is 0.48, 0.17, 0.00, 0.19. Web safe color of #6babce is #6699cc. Color #6babce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11001110
Octal 153 253 316
Decimal 107 171 206
Hex 6B AB CE

RGB Percentages of Color #6babce

%22.11
%35.33
%42.56

CMYK Percentages of Color #6babce

%48
%17
%0
%19

Triadic Colors of #6babce

#6babce #ce6bab #abce6b

Analogous Colors of #6babce

#6babce #6b7ace #6bcec0

Monochromatic Colors of #6babce

#6babce

Complementary Color

#6babce #ce8e6b

#6babce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babce Color CSS Codes

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

#6babce Text Font Color

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

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


#6babce Background Color

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

This div background color is #6babce


#6babce Border Color

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

This div border color is #6babce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babce


Comments

No comments written yet.

Please login to write comment.