Color Hex Logo

#6baeef Color Hex

#6BAEEF
(107,174,239)
0 Favorites   0 Comments

Color spaces of #6baeef

RGB 107174239
HSL0.580.800.68
HSV210°55°94°
CMYK 0.550.270.00   0.06
XYZ36.779439.629987.3722
Yxy39.62990.22460.2420
Hunter Lab62.9523-5.8792-38.2227
CIE-Lab69.2051-2.9078-38.9468

#6baeef color RGB value is (107,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101110 11101111
Octal 153 256 357
Decimal 107 174 239
Hex 6B AE EF

RGB Percentages of Color #6baeef

%20.58
%33.46
%45.96

CMYK Percentages of Color #6baeef

%55
%27
%0
%6

Triadic Colors of #6baeef

#6baeef #ef6bae #aeef6b

Analogous Colors of #6baeef

#6baeef #6b6cef #6befee

Monochromatic Colors of #6baeef

#6baeef

Complementary Color

#6baeef #efac6b

#6baeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6baeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6baeef Color CSS Codes

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

#6baeef Text Font Color

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

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


#6baeef Background Color

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

This div background color is #6baeef


#6baeef Border Color

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

This div border color is #6baeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6baeef


Comments

No comments written yet.

Please login to write comment.