Color Hex Logo

#6fafef Color Hex

#6FAFEF
(111,175,239)
0 Favorites   0 Comments

Color spaces of #6fafef

RGB 111175239
HSL0.580.800.69
HSV210°54°94°
CMYK 0.540.270.00   0.06
XYZ37.465540.271487.4599
Yxy40.27140.22680.2438
Hunter Lab63.4598-5.6714-37.2913
CIE-Lab69.6624-2.6272-38.2206

#6fafef color RGB value is (111,175,239).

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

The process color (four color CMYK) of #6fafef color hex is 0.54, 0.27, 0.00, 0.06. Web safe color of #6fafef is #6699ff. Color #6fafef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101111 11101111
Octal 157 257 357
Decimal 111 175 239
Hex 6F AF EF

RGB Percentages of Color #6fafef

%21.14
%33.33
%45.52

CMYK Percentages of Color #6fafef

%54
%27
%0
%6

Triadic Colors of #6fafef

#6fafef #ef6faf #afef6f

Analogous Colors of #6fafef

#6fafef #6f6fef #6fefef

Monochromatic Colors of #6fafef

#6fafef

Complementary Color

#6fafef #efaf6f

#6fafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fafef Color CSS Codes

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

#6fafef Text Font Color

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

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


#6fafef Background Color

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

This div background color is #6fafef


#6fafef Border Color

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

This div border color is #6fafef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,175,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 #6fafef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fafef


Comments

No comments written yet.

Please login to write comment.