Color Hex Logo

#6bacde Color Hex

#6BACDE
(107,172,222)
0 Favorites   0 Comments

Color spaces of #6bacde

RGB 107172222
HSL0.570.640.65
HSV206°52°87°
CMYK 0.520.230.00   0.13
XYZ34.000737.904874.6316
Yxy37.90480.23200.2587
Hunter Lab61.5669-9.1643-28.7748
CIE-Lab67.9504-6.9166-31.5980

#6bacde color RGB value is (107,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 11011110
Octal 153 254 336
Decimal 107 172 222
Hex 6B AC DE

RGB Percentages of Color #6bacde

%21.36
%34.33
%44.31

CMYK Percentages of Color #6bacde

%52
%23
%0
%13

Triadic Colors of #6bacde

#6bacde #de6bac #acde6b

Analogous Colors of #6bacde

#6bacde #6b73de #6bded7

Monochromatic Colors of #6bacde

#6bacde

Complementary Color

#6bacde #de9d6b

#6bacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bacde Color CSS Codes

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

#6bacde Text Font Color

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

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


#6bacde Background Color

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

This div background color is #6bacde


#6bacde Border Color

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

This div border color is #6bacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bacde


Comments

No comments written yet.

Please login to write comment.