Color Hex Logo

#6fbdcf Color Hex

#6FBDCF
(111,189,207)
0 Favorites   0 Comments

Color spaces of #6fbdcf

RGB 111189207
HSL0.530.500.62
HSV191°46°81°
CMYK 0.460.090.00   0.19
XYZ36.015644.279765.6801
Yxy44.27970.24670.3033
Hunter Lab66.5430-19.8392-11.9411
CIE-Lab72.4151-19.2837-16.5477

#6fbdcf color RGB value is (111,189,207).

#6fbdcf hex color red value is 111, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6fbdcf hue: 0.53 , saturation: 0.50 and the lightness value of 6fbdcf is 0.62.

The process color (four color CMYK) of #6fbdcf color hex is 0.46, 0.09, 0.00, 0.19. Web safe color of #6fbdcf is #66cccc. Color #6fbdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111101 11001111
Octal 157 275 317
Decimal 111 189 207
Hex 6F BD CF

RGB Percentages of Color #6fbdcf

%21.89
%37.28
%40.83

CMYK Percentages of Color #6fbdcf

%46
%9
%0
%19

Triadic Colors of #6fbdcf

#6fbdcf #cf6fbd #bdcf6f

Analogous Colors of #6fbdcf

#6fbdcf #6f8dcf #6fcfb1

Monochromatic Colors of #6fbdcf

#6fbdcf

Complementary Color

#6fbdcf #cf816f

#6fbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbdcf Color CSS Codes

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

#6fbdcf Text Font Color

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

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


#6fbdcf Background Color

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

This div background color is #6fbdcf


#6fbdcf Border Color

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

This div border color is #6fbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbdcf


Comments

No comments written yet.

Please login to write comment.