Color Hex Logo

#6eb1bc Color Hex

#6EB1BC
(110,177,188)
0 Favorites   0 Comments

Color spaces of #6eb1bc

RGB 110177188
HSL0.520.370.58
HSV188°41°74°
CMYK 0.410.060.00   0.26
XYZ31.229638.390153.3410
Yxy38.39010.25400.3122
Hunter Lab61.9597-18.4601-7.6708
CIE-Lab68.3071-18.3715-12.3061

#6eb1bc color RGB value is (110,177,188).

#6eb1bc hex color red value is 110, green value is 177 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6eb1bc hue: 0.52 , saturation: 0.37 and the lightness value of 6eb1bc is 0.58.

The process color (four color CMYK) of #6eb1bc color hex is 0.41, 0.06, 0.00, 0.26. Web safe color of #6eb1bc is #6699cc. Color #6eb1bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10110001 10111100
Octal 156 261 274
Decimal 110 177 188
Hex 6E B1 BC

RGB Percentages of Color #6eb1bc

%23.16
%37.26
%39.58

CMYK Percentages of Color #6eb1bc

%41
%6
%0
%26

Triadic Colors of #6eb1bc

#6eb1bc #bc6eb1 #b1bc6e

Analogous Colors of #6eb1bc

#6eb1bc #6e8abc #6ebca0

Monochromatic Colors of #6eb1bc

#6eb1bc

Complementary Color

#6eb1bc #bc796e

#6eb1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eb1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eb1bc Color CSS Codes

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

#6eb1bc Text Font Color

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

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


#6eb1bc Background Color

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

This div background color is #6eb1bc


#6eb1bc Border Color

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

This div border color is #6eb1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eb1bc


Comments

No comments written yet.

Please login to write comment.