Color Hex Logo

#6fdbef Color Hex

#6FDBEF
(111,219,239)
0 Favorites   0 Comments

Color spaces of #6fdbef

RGB 111219239
HSL0.530.800.69
HSV189°54°94°
CMYK 0.540.080.00   0.06
XYZ47.467160.274590.7937
Yxy60.27450.23910.3036
Hunter Lab77.6367-26.7291-14.9922
CIE-Lab81.9872-25.6653-19.3038

#6fdbef color RGB value is (111,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011011 11101111
Octal 157 333 357
Decimal 111 219 239
Hex 6F DB EF

RGB Percentages of Color #6fdbef

%19.51
%38.49
%42.00

CMYK Percentages of Color #6fdbef

%54
%8
%0
%6

Triadic Colors of #6fdbef

#6fdbef #ef6fdb #dbef6f

Analogous Colors of #6fdbef

#6fdbef #6f9bef #6fefc3

Monochromatic Colors of #6fdbef

#6fdbef

Complementary Color

#6fdbef #ef836f

#6fdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdbef Color CSS Codes

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

#6fdbef Text Font Color

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

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


#6fdbef Background Color

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

This div background color is #6fdbef


#6fdbef Border Color

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

This div border color is #6fdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdbef


Comments

No comments written yet.

Please login to write comment.