Color Hex Logo

#6fbece Color Hex

#6FBECE
(111,190,206)
0 Favorites   0 Comments

Color spaces of #6fbece

RGB 111190206
HSL0.530.490.62
HSV190°46°81°
CMYK 0.460.080.00   0.19
XYZ36.109644.662765.1101
Yxy44.66270.24750.3062
Hunter Lab66.8302-20.5058-10.9829
CIE-Lab72.6692-20.0648-15.6192

#6fbece color RGB value is (111,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11001110
Octal 157 276 316
Decimal 111 190 206
Hex 6F BE CE

RGB Percentages of Color #6fbece

%21.89
%37.48
%40.63

CMYK Percentages of Color #6fbece

%46
%8
%0
%19

Triadic Colors of #6fbece

#6fbece #ce6fbe #bece6f

Analogous Colors of #6fbece

#6fbece #6f8fce #6fceaf

Monochromatic Colors of #6fbece

#6fbece

Complementary Color

#6fbece #ce7f6f

#6fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbece Color CSS Codes

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

#6fbece Text Font Color

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

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


#6fbece Background Color

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

This div background color is #6fbece


#6fbece Border Color

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

This div border color is #6fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbece


Comments

No comments written yet.

Please login to write comment.