Color Hex Logo

#6fbaeb Color Hex

#6FBAEB
(111,186,235)
0 Favorites   0 Comments

Color spaces of #6fbaeb

RGB 111186235
HSL0.570.760.68
HSV204°53°92°
CMYK 0.530.210.00   0.08
XYZ39.109844.495585.1244
Yxy44.49550.23180.2637
Hunter Lab66.7049-12.0773-28.9685
CIE-Lab72.5585-9.8236-31.5576

#6fbaeb color RGB value is (111,186,235).

#6fbaeb hex color red value is 111, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6fbaeb hue: 0.57 , saturation: 0.76 and the lightness value of 6fbaeb is 0.68.

The process color (four color CMYK) of #6fbaeb color hex is 0.53, 0.21, 0.00, 0.08. Web safe color of #6fbaeb is #66ccff. Color #6fbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11101011
Octal 157 272 353
Decimal 111 186 235
Hex 6F BA EB

RGB Percentages of Color #6fbaeb

%20.86
%34.96
%44.17

CMYK Percentages of Color #6fbaeb

%53
%21
%0
%8

Triadic Colors of #6fbaeb

#6fbaeb #eb6fba #baeb6f

Analogous Colors of #6fbaeb

#6fbaeb #6f7ceb #6febde

Monochromatic Colors of #6fbaeb

#6fbaeb

Complementary Color

#6fbaeb #eba06f

#6fbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaeb Color CSS Codes

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

#6fbaeb Text Font Color

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

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


#6fbaeb Background Color

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

This div background color is #6fbaeb


#6fbaeb Border Color

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

This div border color is #6fbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaeb


Comments

No comments written yet.

Please login to write comment.