Color Hex Logo

#6bdbef Color Hex

#6BDBEF
(107,219,239)
0 Favorites   0 Comments

Color spaces of #6bdbef

RGB 107219239
HSL0.530.800.68
HSV189°55°94°
CMYK 0.550.080.00   0.06
XYZ46.974960.020890.7707
Yxy60.02080.23750.3035
Hunter Lab77.4731-27.3465-15.2355
CIE-Lab81.8495-26.4478-19.5253

#6bdbef color RGB value is (107,219,239).

#6bdbef hex color red value is 107, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6bdbef hue: 0.53 , saturation: 0.80 and the lightness value of 6bdbef is 0.68.

The process color (four color CMYK) of #6bdbef color hex is 0.55, 0.08, 0.00, 0.06. Web safe color of #6bdbef is #66ccff. Color #6bdbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 11101111
Octal 153 333 357
Decimal 107 219 239
Hex 6B DB EF

RGB Percentages of Color #6bdbef

%18.94
%38.76
%42.30

CMYK Percentages of Color #6bdbef

%55
%8
%0
%6

Triadic Colors of #6bdbef

#6bdbef #ef6bdb #dbef6b

Analogous Colors of #6bdbef

#6bdbef #6b99ef #6befc1

Monochromatic Colors of #6bdbef

#6bdbef

Complementary Color

#6bdbef #ef7f6b

#6bdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbef Color CSS Codes

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

#6bdbef Text Font Color

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

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


#6bdbef Background Color

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

This div background color is #6bdbef


#6bdbef Border Color

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

This div border color is #6bdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbef


Comments

No comments written yet.

Please login to write comment.