Color Hex Logo

#6fc2de Color Hex

#6FC2DE
(111,194,222)
0 Favorites   0 Comments

Color spaces of #6fc2de

RGB 111194222
HSL0.540.630.65
HSV195°50°87°
CMYK 0.500.130.00   0.13
XYZ39.032147.237076.1677
Yxy47.23700.24030.2908
Hunter Lab68.7292-18.9038-17.5965
CIE-Lab74.3411-17.7539-21.7811

#6fc2de color RGB value is (111,194,222).

#6fc2de hex color red value is 111, green value is 194 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6fc2de hue: 0.54 , saturation: 0.63 and the lightness value of 6fc2de is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000010 11011110
Octal 157 302 336
Decimal 111 194 222
Hex 6F C2 DE

RGB Percentages of Color #6fc2de

%21.06
%36.81
%42.13

CMYK Percentages of Color #6fc2de

%50
%13
%0
%13

Triadic Colors of #6fc2de

#6fc2de #de6fc2 #c2de6f

Analogous Colors of #6fc2de

#6fc2de #6f8bde #6fdec3

Monochromatic Colors of #6fc2de

#6fc2de

Complementary Color

#6fc2de #de8b6f

#6fc2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc2de Color CSS Codes

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

#6fc2de Text Font Color

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

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


#6fc2de Background Color

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

This div background color is #6fc2de


#6fc2de Border Color

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

This div border color is #6fc2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc2de


Comments

No comments written yet.

Please login to write comment.