Color Hex Logo

#6cbafe Color Hex

#6CBAFE
(108,186,254)
0 Favorites   0 Comments

Color spaces of #6cbafe

RGB 108186254
HSL0.580.990.71
HSV208°57°100°
CMYK 0.570.270.00   0.00
XYZ41.632645.4617100.3466
Yxy45.46170.22210.2425
Hunter Lab67.4253-7.7772-41.0414
CIE-Lab73.1949-4.7364-40.8462

#6cbafe color RGB value is (108,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111010 11111110
Octal 154 272 376
Decimal 108 186 254
Hex 6C BA FE

RGB Percentages of Color #6cbafe

%19.71
%33.94
%46.35

CMYK Percentages of Color #6cbafe

%57
%27
%0
%0

Triadic Colors of #6cbafe

#6cbafe #fe6cba #bafe6c

Analogous Colors of #6cbafe

#6cbafe #6c71fe #6cfef9

Monochromatic Colors of #6cbafe

#6cbafe

Complementary Color

#6cbafe #feb06c

#6cbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbafe Color CSS Codes

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

#6cbafe Text Font Color

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

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


#6cbafe Background Color

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

This div background color is #6cbafe


#6cbafe Border Color

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

This div border color is #6cbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbafe


Comments

No comments written yet.

Please login to write comment.