Color Hex Logo

#6bcedb Color Hex

#6BCEDB
(107,206,219)
0 Favorites   0 Comments

Color spaces of #6bcedb

RGB 107206219
HSL0.520.610.64
HSV187°51°86°
CMYK 0.510.060.00   0.14
XYZ40.920952.382974.9720
Yxy52.38290.24320.3113
Hunter Lab72.3760-25.7354-10.7534
CIE-Lab77.5092-25.5090-15.3849

#6bcedb color RGB value is (107,206,219).

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

The process color (four color CMYK) of #6bcedb color hex is 0.51, 0.06, 0.00, 0.14. Web safe color of #6bcedb is #66cccc. Color #6bcedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001110 11011011
Octal 153 316 333
Decimal 107 206 219
Hex 6B CE DB

RGB Percentages of Color #6bcedb

%20.11
%38.72
%41.17

CMYK Percentages of Color #6bcedb

%51
%6
%0
%14

Triadic Colors of #6bcedb

#6bcedb #db6bce #cedb6b

Analogous Colors of #6bcedb

#6bcedb #6b96db #6bdbb0

Monochromatic Colors of #6bcedb

#6bcedb

Complementary Color

#6bcedb #db786b

#6bcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcedb Color CSS Codes

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

#6bcedb Text Font Color

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

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


#6bcedb Background Color

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

This div background color is #6bcedb


#6bcedb Border Color

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

This div border color is #6bcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcedb


Comments

No comments written yet.

Please login to write comment.