Color Hex Logo

#6fcfef Color Hex

#6FCFEF
(111,207,239)
0 Favorites   0 Comments

Color spaces of #6fcfef

RGB 111207239
HSL0.540.800.69
HSV195°54°94°
CMYK 0.540.130.00   0.06
XYZ44.448454.237189.7875
Yxy54.23710.23580.2878
Hunter Lab73.6458-21.1479-20.7331
CIE-Lab78.5998-19.6586-24.4461

#6fcfef color RGB value is (111,207,239).

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

The process color (four color CMYK) of #6fcfef color hex is 0.54, 0.13, 0.00, 0.06. Web safe color of #6fcfef is #66ccff. Color #6fcfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11101111
Octal 157 317 357
Decimal 111 207 239
Hex 6F CF EF

RGB Percentages of Color #6fcfef

%19.93
%37.16
%42.91

CMYK Percentages of Color #6fcfef

%54
%13
%0
%6

Triadic Colors of #6fcfef

#6fcfef #ef6fcf #cfef6f

Analogous Colors of #6fcfef

#6fcfef #6f8fef #6fefcf

Monochromatic Colors of #6fcfef

#6fcfef

Complementary Color

#6fcfef #ef8f6f

#6fcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfef Color CSS Codes

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

#6fcfef Text Font Color

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

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


#6fcfef Background Color

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

This div background color is #6fcfef


#6fcfef Border Color

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

This div border color is #6fcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfef


Comments

No comments written yet.

Please login to write comment.