Color Hex Logo

#6fcfeb Color Hex

#6FCFEB
(111,207,235)
0 Favorites   0 Comments

Color spaces of #6fcfeb

RGB 111207235
HSL0.540.760.68
HSV194°53°92°
CMYK 0.530.120.00   0.08
XYZ43.863854.003386.7091
Yxy54.00330.23760.2926
Hunter Lab73.4869-22.0568-18.5169
CIE-Lab78.4637-20.7809-22.5125

#6fcfeb color RGB value is (111,207,235).

#6fcfeb hex color red value is 111, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6fcfeb hue: 0.54 , saturation: 0.76 and the lightness value of 6fcfeb is 0.68.

The process color (four color CMYK) of #6fcfeb color hex is 0.53, 0.12, 0.00, 0.08. Web safe color of #6fcfeb is #66ccff. Color #6fcfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11101011
Octal 157 317 353
Decimal 111 207 235
Hex 6F CF EB

RGB Percentages of Color #6fcfeb

%20.07
%37.43
%42.50

CMYK Percentages of Color #6fcfeb

%53
%12
%0
%8

Triadic Colors of #6fcfeb

#6fcfeb #eb6fcf #cfeb6f

Analogous Colors of #6fcfeb

#6fcfeb #6f91eb #6febc9

Monochromatic Colors of #6fcfeb

#6fcfeb

Complementary Color

#6fcfeb #eb8b6f

#6fcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfeb Color CSS Codes

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

#6fcfeb Text Font Color

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

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


#6fcfeb Background Color

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

This div background color is #6fcfeb


#6fcfeb Border Color

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

This div border color is #6fcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfeb


Comments

No comments written yet.

Please login to write comment.