Color Hex Logo

#6fbecc Color Hex

#6FBECC
(111,190,204)
0 Favorites   0 Comments

Color spaces of #6fbecc

RGB 111190204
HSL0.530.480.62
HSV189°46°80°
CMYK 0.460.070.00   0.20
XYZ35.868144.566163.8384
Yxy44.56610.24860.3089
Hunter Lab66.7578-20.9206-9.9666
CIE-Lab72.6053-20.5981-14.6253

#6fbecc color RGB value is (111,190,204).

#6fbecc hex color red value is 111, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6fbecc hue: 0.53 , saturation: 0.48 and the lightness value of 6fbecc is 0.62.

The process color (four color CMYK) of #6fbecc color hex is 0.46, 0.07, 0.00, 0.20. Web safe color of #6fbecc is #66cccc. Color #6fbecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11001100
Octal 157 276 314
Decimal 111 190 204
Hex 6F BE CC

RGB Percentages of Color #6fbecc

%21.98
%37.62
%40.40

CMYK Percentages of Color #6fbecc

%46
%7
%0
%20

Triadic Colors of #6fbecc

#6fbecc #cc6fbe #becc6f

Analogous Colors of #6fbecc

#6fbecc #6f90cc #6fccac

Monochromatic Colors of #6fbecc

#6fbecc

Complementary Color

#6fbecc #cc7d6f

#6fbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbecc Color CSS Codes

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

#6fbecc Text Font Color

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

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


#6fbecc Background Color

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

This div background color is #6fbecc


#6fbecc Border Color

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

This div border color is #6fbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbecc

#6fbecc Color Palettes


Comments

No comments written yet.

Please login to write comment.