Color Hex Logo

#6fcfdd Color Hex

#6FCFDD
(111,207,221)
0 Favorites   0 Comments

Color spaces of #6fcfdd

RGB 111207221
HSL0.520.620.65
HSV188°50°87°
CMYK 0.500.060.00   0.13
XYZ41.919553.225676.4708
Yxy53.22560.24430.3101
Hunter Lab72.9559-25.1090-11.0774
CIE-Lab78.0080-24.6124-15.6941

#6fcfdd color RGB value is (111,207,221).

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

The process color (four color CMYK) of #6fcfdd color hex is 0.50, 0.06, 0.00, 0.13. Web safe color of #6fcfdd is #66cccc. Color #6fcfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11011101
Octal 157 317 335
Decimal 111 207 221
Hex 6F CF DD

RGB Percentages of Color #6fcfdd

%20.59
%38.40
%41.00

CMYK Percentages of Color #6fcfdd

%50
%6
%0
%13

Triadic Colors of #6fcfdd

#6fcfdd #dd6fcf #cfdd6f

Analogous Colors of #6fcfdd

#6fcfdd #6f98dd #6fddb4

Monochromatic Colors of #6fcfdd

#6fcfdd

Complementary Color

#6fcfdd #dd7d6f

#6fcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfdd Color CSS Codes

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

#6fcfdd Text Font Color

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

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


#6fcfdd Background Color

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

This div background color is #6fcfdd


#6fcfdd Border Color

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

This div border color is #6fcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfdd


Comments

No comments written yet.

Please login to write comment.