Color Hex Logo

#6cdbfb Color Hex

#6CDBFB
(108,219,251)
0 Favorites   0 Comments

Color spaces of #6cdbfb

RGB 108219251
HSL0.540.950.70
HSV193°57°98°
CMYK 0.570.130.00   0.02
XYZ48.928460.8162100.4267
Yxy60.81620.23280.2894
Hunter Lab77.9847-24.4806-21.7628
CIE-Lab82.2798-22.8970-25.2343

#6cdbfb color RGB value is (108,219,251).

#6cdbfb hex color red value is 108, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6cdbfb hue: 0.54 , saturation: 0.95 and the lightness value of 6cdbfb is 0.70.

The process color (four color CMYK) of #6cdbfb color hex is 0.57, 0.13, 0.00, 0.02. Web safe color of #6cdbfb is #66ccff. Color #6cdbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011011 11111011
Octal 154 333 373
Decimal 108 219 251
Hex 6C DB FB

RGB Percentages of Color #6cdbfb

%18.69
%37.89
%43.43

CMYK Percentages of Color #6cdbfb

%57
%13
%0
%2

Triadic Colors of #6cdbfb

#6cdbfb #fb6cdb #dbfb6c

Analogous Colors of #6cdbfb

#6cdbfb #6c94fb #6cfbd4

Monochromatic Colors of #6cdbfb

#6cdbfb

Complementary Color

#6cdbfb #fb8c6c

#6cdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdbfb Color CSS Codes

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

#6cdbfb Text Font Color

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

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


#6cdbfb Background Color

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

This div background color is #6cdbfb


#6cdbfb Border Color

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

This div border color is #6cdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdbfb


Comments

No comments written yet.

Please login to write comment.