Color Hex Logo

#6bcbbf Color Hex

#6BCBBF
(107,203,191)
0 Favorites   0 Comments

Color spaces of #6bcbbf

RGB 107203191
HSL0.480.480.61
HSV173°47°80°
CMYK 0.470.000.06   0.20
XYZ36.823349.599356.9230
Yxy49.59930.25690.3460
Hunter Lab70.4268-29.91641.3771
CIE-Lab75.8227-31.2868-2.8013

#6bcbbf color RGB value is (107,203,191).

#6bcbbf hex color red value is 107, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6bcbbf hue: 0.48 , saturation: 0.48 and the lightness value of 6bcbbf is 0.61.

The process color (four color CMYK) of #6bcbbf color hex is 0.47, 0.00, 0.06, 0.20. Web safe color of #6bcbbf is #66cccc. Color #6bcbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 10111111
Octal 153 313 277
Decimal 107 203 191
Hex 6B CB BF

RGB Percentages of Color #6bcbbf

%21.36
%40.52
%38.12

CMYK Percentages of Color #6bcbbf

%47
%0
%6
%20

Triadic Colors of #6bcbbf

#6bcbbf #bf6bcb #cbbf6b

Analogous Colors of #6bcbbf

#6bcbbf #6ba7cb #6bcb8f

Monochromatic Colors of #6bcbbf

#6bcbbf

Complementary Color

#6bcbbf #cb6b77

#6bcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbbf Color CSS Codes

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

#6bcbbf Text Font Color

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

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


#6bcbbf Background Color

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

This div background color is #6bcbbf


#6bcbbf Border Color

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

This div border color is #6bcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbbf


Comments

No comments written yet.

Please login to write comment.