Color Hex Logo

#6bcefe Color Hex

#6BCEFE
(107,206,254)
0 Favorites   0 Comments

Color spaces of #6bcefe

RGB 107206254
HSL0.550.990.71
HSV200°58°100°
CMYK 0.580.190.00   0.00
XYZ46.024154.4242101.8451
Yxy54.42420.22750.2690
Hunter Lab73.7728-17.7428-30.2104
CIE-Lab78.7084-15.5941-32.3041

#6bcefe color RGB value is (107,206,254).

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

The process color (four color CMYK) of #6bcefe color hex is 0.58, 0.19, 0.00, 0.00. Web safe color of #6bcefe is #66ccff. Color #6bcefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11111110
Octal 153 316 376
Decimal 107 206 254
Hex 6B CE FE

RGB Percentages of Color #6bcefe

%18.87
%36.33
%44.80

CMYK Percentages of Color #6bcefe

%58
%19
%0
%0

Triadic Colors of #6bcefe

#6bcefe #fe6bce #cefe6b

Analogous Colors of #6bcefe

#6bcefe #6b85fe #6bfee5

Monochromatic Colors of #6bcefe

#6bcefe

Complementary Color

#6bcefe #fe9b6b

#6bcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcefe Color CSS Codes

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

#6bcefe Text Font Color

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

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


#6bcefe Background Color

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

This div background color is #6bcefe


#6bcefe Border Color

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

This div border color is #6bcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcefe


Comments

No comments written yet.

Please login to write comment.