Color Hex Logo

#6fcdce Color Hex

#6FCDCE
(111,205,206)
0 Favorites   0 Comments

Color spaces of #6fcdce

RGB 111205206
HSL0.500.490.62
HSV181°46°81°
CMYK 0.460.000.00   0.19
XYZ39.527451.498466.2494
Yxy51.49840.25130.3274
Hunter Lab71.7624-27.2647-4.5015
CIE-Lab76.9799-27.5627-9.1641

#6fcdce color RGB value is (111,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11001110
Octal 157 315 316
Decimal 111 205 206
Hex 6F CD CE

RGB Percentages of Color #6fcdce

%21.26
%39.27
%39.46

CMYK Percentages of Color #6fcdce

%46
%0
%0
%19

Triadic Colors of #6fcdce

#6fcdce #ce6fcd #cdce6f

Analogous Colors of #6fcdce

#6fcdce #6f9ece #6fcea0

Monochromatic Colors of #6fcdce

#6fcdce

Complementary Color

#6fcdce #ce706f

#6fcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdce Color CSS Codes

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

#6fcdce Text Font Color

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

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


#6fcdce Background Color

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

This div background color is #6fcdce


#6fcdce Border Color

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

This div border color is #6fcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdce


Comments

No comments written yet.

Please login to write comment.