Color Hex Logo

#6fcafa Color Hex

#6FCAFA
(111,202,250)
0 Favorites   0 Comments

Color spaces of #6fcafa

RGB 111202250
HSL0.560.930.71
HSV201°56°98°
CMYK 0.560.190.00   0.02
XYZ44.931452.522798.2122
Yxy52.52270.22960.2684
Hunter Lab72.4725-16.1608-29.6169
CIE-Lab77.5923-13.9155-31.8745

#6fcafa color RGB value is (111,202,250).

#6fcafa hex color red value is 111, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6fcafa hue: 0.56 , saturation: 0.93 and the lightness value of 6fcafa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 11111010
Octal 157 312 372
Decimal 111 202 250
Hex 6F CA FA

RGB Percentages of Color #6fcafa

%19.72
%35.88
%44.40

CMYK Percentages of Color #6fcafa

%56
%19
%0
%2

Triadic Colors of #6fcafa

#6fcafa #fa6fca #cafa6f

Analogous Colors of #6fcafa

#6fcafa #6f85fa #6ffae5

Monochromatic Colors of #6fcafa

#6fcafa

Complementary Color

#6fcafa #fa9f6f

#6fcafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcafa Color CSS Codes

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

#6fcafa Text Font Color

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

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


#6fcafa Background Color

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

This div background color is #6fcafa


#6fcafa Border Color

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

This div border color is #6fcafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcafa


Comments

No comments written yet.

Please login to write comment.