Color Hex Logo

#6bdbee Color Hex

#6BDBEE
(107,219,238)
0 Favorites   0 Comments

Color spaces of #6bdbee

RGB 107219238
HSL0.520.790.68
HSV189°55°93°
CMYK 0.550.080.00   0.07
XYZ46.827559.961989.9946
Yxy59.96190.23800.3047
Hunter Lab77.4351-27.5666-14.7020
CIE-Lab81.8175-26.7237-19.0425

#6bdbee color RGB value is (107,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011011 11101110
Octal 153 333 356
Decimal 107 219 238
Hex 6B DB EE

RGB Percentages of Color #6bdbee

%18.97
%38.83
%42.20

CMYK Percentages of Color #6bdbee

%55
%8
%0
%7

Triadic Colors of #6bdbee

#6bdbee #ee6bdb #dbee6b

Analogous Colors of #6bdbee

#6bdbee #6b9aee #6beec0

Monochromatic Colors of #6bdbee

#6bdbee

Complementary Color

#6bdbee #ee7e6b

#6bdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdbee Color CSS Codes

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

#6bdbee Text Font Color

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

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


#6bdbee Background Color

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

This div background color is #6bdbee


#6bdbee Border Color

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

This div border color is #6bdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdbee


Comments

No comments written yet.

Please login to write comment.