Color Hex Logo

#6babde Color Hex

#6BABDE
(107,171,222)
0 Favorites   0 Comments

Color spaces of #6babde

RGB 107171222
HSL0.570.640.65
HSV207°52°87°
CMYK 0.520.230.00   0.13
XYZ33.811137.525574.5684
Yxy37.52550.23170.2572
Hunter Lab61.2581-8.6794-29.2921
CIE-Lab67.6694-6.3666-32.0326

#6babde color RGB value is (107,171,222).

#6babde hex color red value is 107, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6babde hue: 0.57 , saturation: 0.64 and the lightness value of 6babde is 0.65.

The process color (four color CMYK) of #6babde color hex is 0.52, 0.23, 0.00, 0.13. Web safe color of #6babde is #6699cc. Color #6babde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 11011110
Octal 153 253 336
Decimal 107 171 222
Hex 6B AB DE

RGB Percentages of Color #6babde

%21.40
%34.20
%44.40

CMYK Percentages of Color #6babde

%52
%23
%0
%13

Triadic Colors of #6babde

#6babde #de6bab #abde6b

Analogous Colors of #6babde

#6babde #6b72de #6bded8

Monochromatic Colors of #6babde

#6babde

Complementary Color

#6babde #de9e6b

#6babde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babde Color CSS Codes

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

#6babde Text Font Color

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

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


#6babde Background Color

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

This div background color is #6babde


#6babde Border Color

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

This div border color is #6babde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babde


Comments

No comments written yet.

Please login to write comment.