Color Hex Logo

#6becbb Color Hex

#6BECBB
(107,236,187)
0 Favorites   0 Comments

Color spaces of #6becbb

RGB 107236187
HSL0.440.770.67
HSV157°55°93°
CMYK 0.550.000.21   0.07
XYZ45.028566.704657.5157
Yxy66.70460.26600.3941
Hunter Lab81.6729-44.515615.4178
CIE-Lab85.3546-47.092913.0757

#6becbb color RGB value is (107,236,187).

#6becbb hex color red value is 107, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6becbb hue: 0.44 , saturation: 0.77 and the lightness value of 6becbb is 0.67.

The process color (four color CMYK) of #6becbb color hex is 0.55, 0.00, 0.21, 0.07. Web safe color of #6becbb is #66ffcc. Color #6becbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101100 10111011
Octal 153 354 273
Decimal 107 236 187
Hex 6B EC BB

RGB Percentages of Color #6becbb

%20.19
%44.53
%35.28

CMYK Percentages of Color #6becbb

%55
%0
%21
%7

Triadic Colors of #6becbb

#6becbb #bb6bec #ecbb6b

Analogous Colors of #6becbb

#6becbb #6bddec #6bec7b

Monochromatic Colors of #6becbb

#6becbb

Complementary Color

#6becbb #ec6b9c

#6becbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6becbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6becbb Color CSS Codes

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

#6becbb Text Font Color

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

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


#6becbb Background Color

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

This div background color is #6becbb


#6becbb Border Color

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

This div border color is #6becbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6becbb


Comments

No comments written yet.

Please login to write comment.