Color Hex Logo

#6fcfff Color Hex

#6FCFFF
(111,207,255)
0 Favorites   0 Comments

Color spaces of #6fcfff

RGB 111207255
HSL0.561.000.72
HSV200°56°100°
CMYK 0.560.190.00   0.00
XYZ46.918455.2252102.7944
Yxy55.22520.22890.2695
Hunter Lab74.3137-17.3518-29.9934
CIE-Lab79.1708-15.0603-32.1128

#6fcfff color RGB value is (111,207,255).

#6fcfff hex color red value is 111, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6fcfff hue: 0.56 , saturation: 1.00 and the lightness value of 6fcfff is 0.72.

The process color (four color CMYK) of #6fcfff color hex is 0.56, 0.19, 0.00, 0.00. Web safe color of #6fcfff is #66ccff. Color #6fcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11111111
Octal 157 317 377
Decimal 111 207 255
Hex 6F CF FF

RGB Percentages of Color #6fcfff

%19.37
%36.13
%44.50

CMYK Percentages of Color #6fcfff

%56
%19
%0
%0

Triadic Colors of #6fcfff

#6fcfff #ff6fcf #cfff6f

Analogous Colors of #6fcfff

#6fcfff #6f87ff #6fffe7

Monochromatic Colors of #6fcfff

#6fcfff

Complementary Color

#6fcfff #ff9f6f

#6fcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfff Color CSS Codes

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

#6fcfff Text Font Color

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

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


#6fcfff Background Color

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

This div background color is #6fcfff


#6fcfff Border Color

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

This div border color is #6fcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfff

Related Colors


Comments

No comments written yet.

Please login to write comment.