Color Hex Logo

#6bbc99 Color Hex

#6BBC99
(107,188,153)
0 Favorites   0 Comments

Color spaces of #6bbc99

RGB 107188153
HSL0.430.380.58
HSV154°43°74°
CMYK 0.430.000.19   0.26
XYZ29.796441.392136.5560
Yxy41.39210.27650.3842
Hunter Lab64.3367-29.920111.3472
CIE-Lab70.4498-32.967710.0466

#6bbc99 color RGB value is (107,188,153).

#6bbc99 hex color red value is 107, green value is 188 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #6bbc99 hue: 0.43 , saturation: 0.38 and the lightness value of 6bbc99 is 0.58.

The process color (four color CMYK) of #6bbc99 color hex is 0.43, 0.00, 0.19, 0.26. Web safe color of #6bbc99 is #66cc99. Color #6bbc99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111100 10011001
Octal 153 274 231
Decimal 107 188 153
Hex 6B BC 99

RGB Percentages of Color #6bbc99

%23.88
%41.96
%34.15

CMYK Percentages of Color #6bbc99

%43
%0
%19
%26

Triadic Colors of #6bbc99

#6bbc99 #996bbc #bc996b

Analogous Colors of #6bbc99

#6bbc99 #6bb7bc #6bbc71

Monochromatic Colors of #6bbc99

#6bbc99

Complementary Color

#6bbc99 #bc6b8e

#6bbc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbc99 Color CSS Codes

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

#6bbc99 Text Font Color

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

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


#6bbc99 Background Color

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

This div background color is #6bbc99


#6bbc99 Border Color

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

This div border color is #6bbc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbc99


Comments

No comments written yet.

Please login to write comment.