Color Hex Logo

#6fcbcc Color Hex

#6FCBCC
(111,203,204)
0 Favorites   0 Comments

Color spaces of #6fcbcc

RGB 111203204
HSL0.500.480.62
HSV181°46°80°
CMYK 0.460.000.00   0.20
XYZ38.810650.451064.8192
Yxy50.45100.25190.3274
Hunter Lab71.0289-26.7670-4.3864
CIE-Lab76.3453-27.0968-9.0300

#6fcbcc color RGB value is (111,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 11001100
Octal 157 313 314
Decimal 111 203 204
Hex 6F CB CC

RGB Percentages of Color #6fcbcc

%21.43
%39.19
%39.38

CMYK Percentages of Color #6fcbcc

%46
%0
%0
%20

Triadic Colors of #6fcbcc

#6fcbcc #cc6fcb #cbcc6f

Analogous Colors of #6fcbcc

#6fcbcc #6f9dcc #6fcc9f

Monochromatic Colors of #6fcbcc

#6fcbcc

Complementary Color

#6fcbcc #cc706f

#6fcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbcc Color CSS Codes

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

#6fcbcc Text Font Color

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

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


#6fcbcc Background Color

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

This div background color is #6fcbcc


#6fcbcc Border Color

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

This div border color is #6fcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbcc


Comments

No comments written yet.

Please login to write comment.