Color Hex Logo

#6fbaec Color Hex

#6FBAEC
(111,186,236)
0 Favorites   0 Comments

Color spaces of #6fbaec

RGB 111186236
HSL0.570.770.68
HSV204°53°93°
CMYK 0.530.210.00   0.07
XYZ39.254844.553485.8876
Yxy44.55340.23130.2625
Hunter Lab66.7483-11.8335-29.5668
CIE-Lab72.5968-9.5300-32.0404

#6fbaec color RGB value is (111,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11101100
Octal 157 272 354
Decimal 111 186 236
Hex 6F BA EC

RGB Percentages of Color #6fbaec

%20.83
%34.90
%44.28

CMYK Percentages of Color #6fbaec

%53
%21
%0
%7

Triadic Colors of #6fbaec

#6fbaec #ec6fba #baec6f

Analogous Colors of #6fbaec

#6fbaec #6f7cec #6fece0

Monochromatic Colors of #6fbaec

#6fbaec

Complementary Color

#6fbaec #eca16f

#6fbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaec Color CSS Codes

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

#6fbaec Text Font Color

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

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


#6fbaec Background Color

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

This div background color is #6fbaec


#6fbaec Border Color

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

This div border color is #6fbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaec


Comments

No comments written yet.

Please login to write comment.