Color Hex Logo

#6cbeab Color Hex

#6CBEAB
(108,190,171)
0 Favorites   0 Comments

Color spaces of #6cbeab

RGB 108190171
HSL0.460.390.58
HSV166°43°75°
CMYK 0.430.000.10   0.25
XYZ31.948542.955345.1354
Yxy42.95530.26620.3578
Hunter Lab65.5403-27.68335.0472
CIE-Lab71.5246-29.61251.7800

#6cbeab color RGB value is (108,190,171).

#6cbeab hex color red value is 108, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6cbeab hue: 0.46 , saturation: 0.39 and the lightness value of 6cbeab is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 10101011
Octal 154 276 253
Decimal 108 190 171
Hex 6C BE AB

RGB Percentages of Color #6cbeab

%23.03
%40.51
%36.46

CMYK Percentages of Color #6cbeab

%43
%0
%10
%25

Triadic Colors of #6cbeab

#6cbeab #ab6cbe #beab6c

Analogous Colors of #6cbeab

#6cbeab #6ca8be #6cbe82

Monochromatic Colors of #6cbeab

#6cbeab

Complementary Color

#6cbeab #be6c7f

#6cbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbeab Color CSS Codes

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

#6cbeab Text Font Color

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

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


#6cbeab Background Color

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

This div background color is #6cbeab


#6cbeab Border Color

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

This div border color is #6cbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbeab


Comments

No comments written yet.

Please login to write comment.