Color Hex Logo

#6cbeba Color Hex

#6CBEBA
(108,190,186)
0 Favorites   0 Comments

Color spaces of #6cbeba

RGB 108190186
HSL0.490.390.58
HSV177°43°75°
CMYK 0.430.000.02   0.25
XYZ33.460743.560253.0988
Yxy43.56020.25720.3348
Hunter Lab66.0002-25.0045-1.5002
CIE-Lab71.9336-25.9745-5.8146

#6cbeba color RGB value is (108,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 10111010
Octal 154 276 272
Decimal 108 190 186
Hex 6C BE BA

RGB Percentages of Color #6cbeba

%22.31
%39.26
%38.43

CMYK Percentages of Color #6cbeba

%43
%0
%2
%25

Triadic Colors of #6cbeba

#6cbeba #ba6cbe #beba6c

Analogous Colors of #6cbeba

#6cbeba #6c99be #6cbe91

Monochromatic Colors of #6cbeba

#6cbeba

Complementary Color

#6cbeba #be6c70

#6cbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbeba Color CSS Codes

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

#6cbeba Text Font Color

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

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


#6cbeba Background Color

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

This div background color is #6cbeba


#6cbeba Border Color

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

This div border color is #6cbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbeba


Comments

No comments written yet.

Please login to write comment.