Color Hex Logo

#6bcfdb Color Hex

#6BCFDB
(107,207,219)
0 Favorites   0 Comments

Color spaces of #6bcfdb

RGB 107207219
HSL0.520.610.64
HSV186°51°86°
CMYK 0.510.050.00   0.14
XYZ41.162452.865975.0525
Yxy52.86590.24340.3127
Hunter Lab72.7089-26.1872-10.3048
CIE-Lab77.7958-26.0027-14.9541

#6bcfdb color RGB value is (107,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11011011
Octal 153 317 333
Decimal 107 207 219
Hex 6B CF DB

RGB Percentages of Color #6bcfdb

%20.08
%38.84
%41.09

CMYK Percentages of Color #6bcfdb

%51
%5
%0
%14

Triadic Colors of #6bcfdb

#6bcfdb #db6bcf #cfdb6b

Analogous Colors of #6bcfdb

#6bcfdb #6b97db #6bdbaf

Monochromatic Colors of #6bcfdb

#6bcfdb

Complementary Color

#6bcfdb #db776b

#6bcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcfdb Color CSS Codes

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

#6bcfdb Text Font Color

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

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


#6bcfdb Background Color

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

This div background color is #6bcfdb


#6bcfdb Border Color

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

This div border color is #6bcfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcfdb


Comments

No comments written yet.

Please login to write comment.