Color Hex Logo

#6cbebf Color Hex

#6CBEBF
(108,190,191)
0 Favorites   0 Comments

Color spaces of #6cbebf

RGB 108190191
HSL0.500.390.59
HSV181°43°75°
CMYK 0.430.010.00   0.25
XYZ34.001843.776655.9479
Yxy43.77660.25430.3274
Hunter Lab66.1639-24.0552-3.8206
CIE-Lab72.0789-24.7082-8.3307

#6cbebf color RGB value is (108,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111110 10111111
Octal 154 276 277
Decimal 108 190 191
Hex 6C BE BF

RGB Percentages of Color #6cbebf

%22.09
%38.85
%39.06

CMYK Percentages of Color #6cbebf

%43
%1
%0
%25

Triadic Colors of #6cbebf

#6cbebf #bf6cbe #bebf6c

Analogous Colors of #6cbebf

#6cbebf #6c95bf #6cbf97

Monochromatic Colors of #6cbebf

#6cbebf

Complementary Color

#6cbebf #bf6d6c

#6cbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbebf Color CSS Codes

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

#6cbebf Text Font Color

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

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


#6cbebf Background Color

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

This div background color is #6cbebf


#6cbebf Border Color

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

This div border color is #6cbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbebf


Comments

No comments written yet.

Please login to write comment.