Color Hex Logo

#6fadbc Color Hex

#6FADBC
(111,173,188)
0 Favorites   0 Comments

Color spaces of #6fadbc

RGB 111173188
HSL0.530.360.59
HSV192°41°74°
CMYK 0.410.080.00   0.26
XYZ30.576236.897553.0873
Yxy36.89750.25360.3060
Hunter Lab60.7433-16.4497-9.2968
CIE-Lab67.2001-16.0228-13.9645

#6fadbc color RGB value is (111,173,188).

#6fadbc hex color red value is 111, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6fadbc hue: 0.53 , saturation: 0.36 and the lightness value of 6fadbc is 0.59.

The process color (four color CMYK) of #6fadbc color hex is 0.41, 0.08, 0.00, 0.26. Web safe color of #6fadbc is #6699cc. Color #6fadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 10111100
Octal 157 255 274
Decimal 111 173 188
Hex 6F AD BC

RGB Percentages of Color #6fadbc

%23.52
%36.65
%39.83

CMYK Percentages of Color #6fadbc

%41
%8
%0
%26

Triadic Colors of #6fadbc

#6fadbc #bc6fad #adbc6f

Analogous Colors of #6fadbc

#6fadbc #6f87bc #6fbca5

Monochromatic Colors of #6fadbc

#6fadbc

Complementary Color

#6fadbc #bc7e6f

#6fadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fadbc Color CSS Codes

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

#6fadbc Text Font Color

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

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


#6fadbc Background Color

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

This div background color is #6fadbc


#6fadbc Border Color

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

This div border color is #6fadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fadbc


Comments

No comments written yet.

Please login to write comment.