Color Hex Logo

#6cabef Color Hex

#6CABEF
(108,171,239)
0 Favorites   0 Comments

Color spaces of #6cabef

RGB 108171239
HSL0.590.800.68
HSV211°55°94°
CMYK 0.550.280.00   0.06
XYZ36.327238.546087.1868
Yxy38.54600.22420.2379
Hunter Lab62.0854-4.2062-39.8014
CIE-Lab68.4211-1.0280-40.1670

#6cabef color RGB value is (108,171,239).

#6cabef hex color red value is 108, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6cabef hue: 0.59 , saturation: 0.80 and the lightness value of 6cabef is 0.68.

The process color (four color CMYK) of #6cabef color hex is 0.55, 0.28, 0.00, 0.06. Web safe color of #6cabef is #6699ff. Color #6cabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 11101111
Octal 154 253 357
Decimal 108 171 239
Hex 6C AB EF

RGB Percentages of Color #6cabef

%20.85
%33.01
%46.14

CMYK Percentages of Color #6cabef

%55
%28
%0
%6

Triadic Colors of #6cabef

#6cabef #ef6cab #abef6c

Analogous Colors of #6cabef

#6cabef #6f6cef #6cedef

Monochromatic Colors of #6cabef

#6cabef

Complementary Color

#6cabef #efb06c

#6cabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabef Color CSS Codes

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

#6cabef Text Font Color

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

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


#6cabef Background Color

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

This div background color is #6cabef


#6cabef Border Color

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

This div border color is #6cabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabef


Comments

No comments written yet.

Please login to write comment.