Color Hex Logo

#6bced0 Color Hex

#6BCED0
(107,206,208)
0 Favorites   0 Comments

Color spaces of #6bced0

RGB 107206208
HSL0.500.520.62
HSV181°49°82°
CMYK 0.490.010.00   0.18
XYZ39.519951.822567.5943
Yxy51.82250.24870.3261
Hunter Lab71.9878-27.9858-5.2799
CIE-Lab77.1746-28.4253-9.9676

#6bced0 color RGB value is (107,206,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11010000
Octal 153 316 320
Decimal 107 206 208
Hex 6B CE D0

RGB Percentages of Color #6bced0

%20.54
%39.54
%39.92

CMYK Percentages of Color #6bced0

%49
%1
%0
%18

Triadic Colors of #6bced0

#6bced0 #d06bce #ced06b

Analogous Colors of #6bced0

#6bced0 #6b9cd0 #6bd0a0

Monochromatic Colors of #6bced0

#6bced0

Complementary Color

#6bced0 #d06d6b

#6bced0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bced0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bced0 Color CSS Codes

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

#6bced0 Text Font Color

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

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


#6bced0 Background Color

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

This div background color is #6bced0


#6bced0 Border Color

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

This div border color is #6bced0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bced0


Comments

No comments written yet.

Please login to write comment.