Color Hex Logo

#6eb0cb Color Hex

#6EB0CB
(110,176,203)
0 Favorites   0 Comments

Color spaces of #6eb0cb

RGB 110176203
HSL0.550.470.61
HSV197°46°80°
CMYK 0.460.130.00   0.20
XYZ32.735238.677562.2401
Yxy38.67750.24490.2894
Hunter Lab62.1912-14.8788-15.8027
CIE-Lab68.5170-13.8183-20.2652

#6eb0cb color RGB value is (110,176,203).

#6eb0cb hex color red value is 110, green value is 176 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6eb0cb hue: 0.55 , saturation: 0.47 and the lightness value of 6eb0cb is 0.61.

The process color (four color CMYK) of #6eb0cb color hex is 0.46, 0.13, 0.00, 0.20. Web safe color of #6eb0cb is #6699cc. Color #6eb0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10110000 11001011
Octal 156 260 313
Decimal 110 176 203
Hex 6E B0 CB

RGB Percentages of Color #6eb0cb

%22.49
%35.99
%41.51

CMYK Percentages of Color #6eb0cb

%46
%13
%0
%20

Triadic Colors of #6eb0cb

#6eb0cb #cb6eb0 #b0cb6e

Analogous Colors of #6eb0cb

#6eb0cb #6e82cb #6ecbb8

Monochromatic Colors of #6eb0cb

#6eb0cb

Complementary Color

#6eb0cb #cb896e

#6eb0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eb0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eb0cb Color CSS Codes

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

#6eb0cb Text Font Color

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

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


#6eb0cb Background Color

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

This div background color is #6eb0cb


#6eb0cb Border Color

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

This div border color is #6eb0cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,176,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6eb0cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6eb0cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6eb0cb;
  box-shadow:         1px 1px 3px 2px #6eb0cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,176,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eb0cb


Comments

No comments written yet.

Please login to write comment.