Color Hex Logo

#6fbaee Color Hex

#6FBAEE
(111,186,238)
0 Favorites   0 Comments

Color spaces of #6fbaee

RGB 111186238
HSL0.570.790.68
HSV205°53°93°
CMYK 0.530.220.00   0.07
XYZ39.547144.670487.4268
Yxy44.67040.23040.2602
Hunter Lab66.8359-11.3436-30.7710
CIE-Lab72.6743-8.9421-33.0041

#6fbaee color RGB value is (111,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11101110
Octal 157 272 356
Decimal 111 186 238
Hex 6F BA EE

RGB Percentages of Color #6fbaee

%20.75
%34.77
%44.49

CMYK Percentages of Color #6fbaee

%53
%22
%0
%7

Triadic Colors of #6fbaee

#6fbaee #ee6fba #baee6f

Analogous Colors of #6fbaee

#6fbaee #6f7bee #6feee3

Monochromatic Colors of #6fbaee

#6fbaee

Complementary Color

#6fbaee #eea36f

#6fbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaee Color CSS Codes

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

#6fbaee Text Font Color

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

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


#6fbaee Background Color

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

This div background color is #6fbaee


#6fbaee Border Color

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

This div border color is #6fbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaee


Comments

No comments written yet.

Please login to write comment.