Color Hex Logo

#6bcbcf Color Hex

#6BCBCF
(107,203,207)
0 Favorites   0 Comments

Color spaces of #6bcbcf

RGB 107203207
HSL0.510.510.62
HSV182°48°81°
CMYK 0.480.020.00   0.19
XYZ38.681850.342766.7098
Yxy50.34270.24840.3233
Hunter Lab70.9526-26.8527-6.0778
CIE-Lab76.2791-27.2226-10.7641

#6bcbcf color RGB value is (107,203,207).

#6bcbcf hex color red value is 107, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6bcbcf hue: 0.51 , saturation: 0.51 and the lightness value of 6bcbcf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 11001111
Octal 153 313 317
Decimal 107 203 207
Hex 6B CB CF

RGB Percentages of Color #6bcbcf

%20.70
%39.26
%40.04

CMYK Percentages of Color #6bcbcf

%48
%2
%0
%19

Triadic Colors of #6bcbcf

#6bcbcf #cf6bcb #cbcf6b

Analogous Colors of #6bcbcf

#6bcbcf #6b99cf #6bcfa1

Monochromatic Colors of #6bcbcf

#6bcbcf

Complementary Color

#6bcbcf #cf6f6b

#6bcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbcf Color CSS Codes

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

#6bcbcf Text Font Color

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

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


#6bcbcf Background Color

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

This div background color is #6bcbcf


#6bcbcf Border Color

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

This div border color is #6bcbcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,203,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bcbcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bcbcf;
  -webkit-box-shadow: 1px 1px 3px 2px #6bcbcf;
  box-shadow:         1px 1px 3px 2px #6bcbcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,203,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbcf


Comments

No comments written yet.

Please login to write comment.