Color Hex Logo

#6cbbbe Color Hex

#6CBBBE
(108,187,190)
0 Favorites   0 Comments

Color spaces of #6cbbbe

RGB 108187190
HSL0.510.390.58
HSV182°43°75°
CMYK 0.430.020.00   0.25
XYZ33.248942.446555.1558
Yxy42.44650.25410.3244
Hunter Lab65.1510-22.9192-4.5883
CIE-Lab71.1777-23.4629-9.1250

#6cbbbe color RGB value is (108,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 10111110
Octal 154 273 276
Decimal 108 187 190
Hex 6C BB BE

RGB Percentages of Color #6cbbbe

%22.27
%38.56
%39.18

CMYK Percentages of Color #6cbbbe

%43
%2
%0
%25

Triadic Colors of #6cbbbe

#6cbbbe #be6cbb #bbbe6c

Analogous Colors of #6cbbbe

#6cbbbe #6c92be #6cbe98

Monochromatic Colors of #6cbbbe

#6cbbbe

Complementary Color

#6cbbbe #be6f6c

#6cbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbbe Color CSS Codes

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

#6cbbbe Text Font Color

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

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


#6cbbbe Background Color

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

This div background color is #6cbbbe


#6cbbbe Border Color

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

This div border color is #6cbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbbe


Comments

No comments written yet.

Please login to write comment.