Color Hex Logo

#6bdefe Color Hex

#6BDEFE
(107,222,254)
0 Favorites   0 Comments

Color spaces of #6bdefe

RGB 107222254
HSL0.540.990.71
HSV193°58°100°
CMYK 0.580.130.00   0.00
XYZ50.074162.5241103.1951
Yxy62.52410.23200.2897
Hunter Lab79.0722-25.3375-22.0273
CIE-Lab83.1914-23.7223-25.4354

#6bdefe color RGB value is (107,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011110 11111110
Octal 153 336 376
Decimal 107 222 254
Hex 6B DE FE

RGB Percentages of Color #6bdefe

%18.35
%38.08
%43.57

CMYK Percentages of Color #6bdefe

%58
%13
%0
%0

Triadic Colors of #6bdefe

#6bdefe #fe6bde #defe6b

Analogous Colors of #6bdefe

#6bdefe #6b95fe #6bfed5

Monochromatic Colors of #6bdefe

#6bdefe

Complementary Color

#6bdefe #fe8b6b

#6bdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdefe Color CSS Codes

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

#6bdefe Text Font Color

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

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


#6bdefe Background Color

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

This div background color is #6bdefe


#6bdefe Border Color

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

This div border color is #6bdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdefe


Comments

No comments written yet.

Please login to write comment.