Color Hex Logo

#6fccdf Color Hex

#6FCCDF
(111,204,223)
0 Favorites   0 Comments

Color spaces of #6fccdf

RGB 111204223
HSL0.530.640.65
HSV190°50°87°
CMYK 0.500.090.00   0.13
XYZ41.467751.893077.6428
Yxy51.89300.24250.3035
Hunter Lab72.0368-23.3116-13.4783
CIE-Lab77.2168-22.5743-17.9618

#6fccdf color RGB value is (111,204,223).

#6fccdf hex color red value is 111, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6fccdf hue: 0.53 , saturation: 0.64 and the lightness value of 6fccdf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 11011111
Octal 157 314 337
Decimal 111 204 223
Hex 6F CC DF

RGB Percentages of Color #6fccdf

%20.63
%37.92
%41.45

CMYK Percentages of Color #6fccdf

%50
%9
%0
%13

Triadic Colors of #6fccdf

#6fccdf #df6fcc #ccdf6f

Analogous Colors of #6fccdf

#6fccdf #6f94df #6fdfba

Monochromatic Colors of #6fccdf

#6fccdf

Complementary Color

#6fccdf #df826f

#6fccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fccdf Color CSS Codes

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

#6fccdf Text Font Color

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

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


#6fccdf Background Color

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

This div background color is #6fccdf


#6fccdf Border Color

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

This div border color is #6fccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fccdf


Comments

No comments written yet.

Please login to write comment.