Color Hex Logo

#6cbf9a Color Hex

#6CBF9A
(108,191,154)
0 Favorites   0 Comments

Color spaces of #6cbf9a

RGB 108191154
HSL0.430.390.59
HSV153°43°75°
CMYK 0.430.000.19   0.25
XYZ30.647942.782837.2145
Yxy42.78280.27700.3867
Hunter Lab65.4086-30.826812.0527
CIE-Lab71.4073-33.889910.8678

#6cbf9a color RGB value is (108,191,154).

#6cbf9a hex color red value is 108, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6cbf9a hue: 0.43 , saturation: 0.39 and the lightness value of 6cbf9a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 10011010
Octal 154 277 232
Decimal 108 191 154
Hex 6C BF 9A

RGB Percentages of Color #6cbf9a

%23.84
%42.16
%34.00

CMYK Percentages of Color #6cbf9a

%43
%0
%19
%25

Triadic Colors of #6cbf9a

#6cbf9a #9a6cbf #bf9a6c

Analogous Colors of #6cbf9a

#6cbf9a #6cbbbf #6cbf71

Monochromatic Colors of #6cbf9a

#6cbf9a

Complementary Color

#6cbf9a #bf6c91

#6cbf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbf9a Color CSS Codes

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

#6cbf9a Text Font Color

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

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


#6cbf9a Background Color

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

This div background color is #6cbf9a


#6cbf9a Border Color

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

This div border color is #6cbf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbf9a


Comments

No comments written yet.

Please login to write comment.