Color Hex Logo

#6bccb9 Color Hex

#6BCCB9
(107,204,185)
0 Favorites   0 Comments

Color spaces of #6bccb9

RGB 107204185
HSL0.470.490.61
HSV168°48°80°
CMYK 0.480.000.09   0.20
XYZ36.413249.814353.5949
Yxy49.81430.26040.3563
Hunter Lab70.5792-31.42214.3831
CIE-Lab75.9551-33.21610.6304

#6bccb9 color RGB value is (107,204,185).

#6bccb9 hex color red value is 107, green value is 204 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #6bccb9 hue: 0.47 , saturation: 0.49 and the lightness value of 6bccb9 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 10111001
Octal 153 314 271
Decimal 107 204 185
Hex 6B CC B9

RGB Percentages of Color #6bccb9

%21.57
%41.13
%37.30

CMYK Percentages of Color #6bccb9

%48
%0
%9
%20

Triadic Colors of #6bccb9

#6bccb9 #b96bcc #ccb96b

Analogous Colors of #6bccb9

#6bccb9 #6bafcc #6bcc89

Monochromatic Colors of #6bccb9

#6bccb9

Complementary Color

#6bccb9 #cc6b7e

#6bccb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccb9 Color CSS Codes

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

#6bccb9 Text Font Color

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

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


#6bccb9 Background Color

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

This div background color is #6bccb9


#6bccb9 Border Color

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

This div border color is #6bccb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccb9


Comments

No comments written yet.

Please login to write comment.