Color Hex Logo

#6cbafa Color Hex

#6CBAFA
(108,186,250)
0 Favorites   0 Comments

Color spaces of #6cbafa

RGB 108186250
HSL0.580.930.70
HSV207°57°98°
CMYK 0.570.260.00   0.02
XYZ40.998645.208197.0077
Yxy45.20810.22380.2467
Hunter Lab67.2370-8.8220-38.4761
CIE-Lab73.0287-5.9576-38.9496

#6cbafa color RGB value is (108,186,250).

#6cbafa hex color red value is 108, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6cbafa hue: 0.58 , saturation: 0.93 and the lightness value of 6cbafa is 0.70.

The process color (four color CMYK) of #6cbafa color hex is 0.57, 0.26, 0.00, 0.02. Web safe color of #6cbafa is #66ccff. Color #6cbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111010 11111010
Octal 154 272 372
Decimal 108 186 250
Hex 6C BA FA

RGB Percentages of Color #6cbafa

%19.85
%34.19
%45.96

CMYK Percentages of Color #6cbafa

%57
%26
%0
%2

Triadic Colors of #6cbafa

#6cbafa #fa6cba #bafa6c

Analogous Colors of #6cbafa

#6cbafa #6c73fa #6cfaf3

Monochromatic Colors of #6cbafa

#6cbafa

Complementary Color

#6cbafa #faac6c

#6cbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbafa Color CSS Codes

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

#6cbafa Text Font Color

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

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


#6cbafa Background Color

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

This div background color is #6cbafa


#6cbafa Border Color

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

This div border color is #6cbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbafa


Comments

No comments written yet.

Please login to write comment.