Color Hex Logo

#6fcdbf Color Hex

#6FCDBF
(111,205,191)
0 Favorites   0 Comments

Color spaces of #6fcdbf

RGB 111205191
HSL0.480.480.62
HSV171°46°80°
CMYK 0.460.000.07   0.20
XYZ37.790850.803757.1045
Yxy50.80370.25940.3487
Hunter Lab71.2767-30.09382.3926
CIE-Lab76.5599-31.3001-1.7011

#6fcdbf color RGB value is (111,205,191).

#6fcdbf hex color red value is 111, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6fcdbf hue: 0.48 , saturation: 0.48 and the lightness value of 6fcdbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 10111111
Octal 157 315 277
Decimal 111 205 191
Hex 6F CD BF

RGB Percentages of Color #6fcdbf

%21.89
%40.43
%37.67

CMYK Percentages of Color #6fcdbf

%46
%0
%7
%20

Triadic Colors of #6fcdbf

#6fcdbf #bf6fcd #cdbf6f

Analogous Colors of #6fcdbf

#6fcdbf #6faccd #6fcd90

Monochromatic Colors of #6fcdbf

#6fcdbf

Complementary Color

#6fcdbf #cd6f7d

#6fcdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdbf Color CSS Codes

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

#6fcdbf Text Font Color

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

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


#6fcdbf Background Color

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

This div background color is #6fcdbf


#6fcdbf Border Color

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

This div border color is #6fcdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdbf


Comments

No comments written yet.

Please login to write comment.