Color Hex Logo

#6fbfca Color Hex

#6FBFCA
(111,191,202)
0 Favorites   0 Comments

Color spaces of #6fbfca

RGB 111191202
HSL0.520.460.61
HSV187°45°79°
CMYK 0.450.050.00   0.21
XYZ35.847044.905462.6554
Yxy44.90540.25000.3131
Hunter Lab67.0115-21.7837-8.5278
CIE-Lab72.8296-21.6358-13.1981

#6fbfca color RGB value is (111,191,202).

#6fbfca hex color red value is 111, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6fbfca hue: 0.52 , saturation: 0.46 and the lightness value of 6fbfca is 0.61.

The process color (four color CMYK) of #6fbfca color hex is 0.45, 0.05, 0.00, 0.21. Web safe color of #6fbfca is #66cccc. Color #6fbfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11001010
Octal 157 277 312
Decimal 111 191 202
Hex 6F BF CA

RGB Percentages of Color #6fbfca

%22.02
%37.90
%40.08

CMYK Percentages of Color #6fbfca

%45
%5
%0
%21

Triadic Colors of #6fbfca

#6fbfca #ca6fbf #bfca6f

Analogous Colors of #6fbfca

#6fbfca #6f92ca #6fcaa8

Monochromatic Colors of #6fbfca

#6fbfca

Complementary Color

#6fbfca #ca7a6f

#6fbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfca Color CSS Codes

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

#6fbfca Text Font Color

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

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


#6fbfca Background Color

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

This div background color is #6fbfca


#6fbfca Border Color

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

This div border color is #6fbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfca


Comments

No comments written yet.

Please login to write comment.