Color Hex Logo

#6fcfbd Color Hex

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

Color spaces of #6fcfbd

RGB 111207189
HSL0.470.500.62
HSV169°46°81°
CMYK 0.460.000.09   0.19
XYZ38.053751.679356.1136
Yxy51.67930.26090.3543
Hunter Lab71.8883-31.31654.0420
CIE-Lab77.0887-32.72850.1488

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

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

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

Base Numbers

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

RGB Percentages of Color #6fcfbd

%21.89
%40.83
%37.28

CMYK Percentages of Color #6fcfbd

%46
%0
%9
%19

Triadic Colors of #6fcfbd

#6fcfbd #bd6fcf #cfbd6f

Analogous Colors of #6fcfbd

#6fcfbd #6fb1cf #6fcf8d

Monochromatic Colors of #6fcfbd

#6fcfbd

Complementary Color

#6fcfbd #cf6f81

#6fcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfbd Color CSS Codes

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

#6fcfbd Text Font Color

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

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


#6fcfbd Background Color

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

This div background color is #6fcfbd


#6fcfbd Border Color

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

This div border color is #6fcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfbd


Comments

No comments written yet.

Please login to write comment.