Color Hex Logo

#6fdcbd Color Hex

#6FDCBD
(111,220,189)
0 Favorites   0 Comments

Color spaces of #6fdcbd

RGB 111220189
HSL0.450.610.65
HSV163°50°86°
CMYK 0.500.000.14   0.14
XYZ41.334158.240057.2070
Yxy58.24000.26360.3715
Hunter Lab76.3151-36.87168.9759
CIE-Lab80.8720-38.73735.6370

#6fdcbd color RGB value is (111,220,189).

#6fdcbd hex color red value is 111, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6fdcbd hue: 0.45 , saturation: 0.61 and the lightness value of 6fdcbd is 0.65.

The process color (four color CMYK) of #6fdcbd color hex is 0.50, 0.00, 0.14, 0.14. Web safe color of #6fdcbd is #66cccc. Color #6fdcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10111101
Octal 157 334 275
Decimal 111 220 189
Hex 6F DC BD

RGB Percentages of Color #6fdcbd

%21.35
%42.31
%36.35

CMYK Percentages of Color #6fdcbd

%50
%0
%14
%14

Triadic Colors of #6fdcbd

#6fdcbd #bd6fdc #dcbd6f

Analogous Colors of #6fdcbd

#6fdcbd #6fc5dc #6fdc87

Monochromatic Colors of #6fdcbd

#6fdcbd

Complementary Color

#6fdcbd #dc6f8e

#6fdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcbd Color CSS Codes

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

#6fdcbd Text Font Color

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

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


#6fdcbd Background Color

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

This div background color is #6fdcbd


#6fdcbd Border Color

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

This div border color is #6fdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcbd


Comments

No comments written yet.

Please login to write comment.