Color Hex Logo

#6fbeda Color Hex

#6FBEDA
(111,190,218)
0 Favorites   0 Comments

Color spaces of #6fbeda

RGB 111190218
HSL0.540.590.65
HSV196°49°85°
CMYK 0.490.130.00   0.15
XYZ37.623945.268473.0843
Yxy45.26840.24120.2902
Hunter Lab67.2818-17.9262-17.3060
CIE-Lab73.0683-16.7918-21.5469

#6fbeda color RGB value is (111,190,218).

#6fbeda hex color red value is 111, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #6fbeda hue: 0.54 , saturation: 0.59 and the lightness value of 6fbeda is 0.65.

The process color (four color CMYK) of #6fbeda color hex is 0.49, 0.13, 0.00, 0.15. Web safe color of #6fbeda is #66cccc. Color #6fbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11011010
Octal 157 276 332
Decimal 111 190 218
Hex 6F BE DA

RGB Percentages of Color #6fbeda

%21.39
%36.61
%42.00

CMYK Percentages of Color #6fbeda

%49
%13
%0
%15

Triadic Colors of #6fbeda

#6fbeda #da6fbe #beda6f

Analogous Colors of #6fbeda

#6fbeda #6f89da #6fdac1

Monochromatic Colors of #6fbeda

#6fbeda

Complementary Color

#6fbeda #da8b6f

#6fbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbeda Color CSS Codes

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

#6fbeda Text Font Color

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

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


#6fbeda Background Color

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

This div background color is #6fbeda


#6fbeda Border Color

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

This div border color is #6fbeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,190,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbeda


Comments

No comments written yet.

Please login to write comment.