Color Hex Logo

#6bcecf Color Hex

#6BCECF
(107,206,207)
0 Favorites   0 Comments

Color spaces of #6bcecf

RGB 107206207
HSL0.500.510.62
HSV181°48°81°
CMYK 0.480.000.00   0.19
XYZ39.397251.773466.9483
Yxy51.77340.24920.3274
Hunter Lab71.9537-28.1840-4.7979
CIE-Lab77.1451-28.6850-9.4731

#6bcecf color RGB value is (107,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11001111
Octal 153 316 317
Decimal 107 206 207
Hex 6B CE CF

RGB Percentages of Color #6bcecf

%20.58
%39.62
%39.81

CMYK Percentages of Color #6bcecf

%48
%0
%0
%19

Triadic Colors of #6bcecf

#6bcecf #cf6bce #cecf6b

Analogous Colors of #6bcecf

#6bcecf #6b9ccf #6bcf9e

Monochromatic Colors of #6bcecf

#6bcecf

Complementary Color

#6bcecf #cf6c6b

#6bcecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcecf Color CSS Codes

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

#6bcecf Text Font Color

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

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


#6bcecf Background Color

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

This div background color is #6bcecf


#6bcecf Border Color

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

This div border color is #6bcecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,206,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 #6bcecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcecf


Comments

No comments written yet.

Please login to write comment.