Color Hex Logo

#6abfef Color Hex

#6ABFEF
(106,191,239)
0 Favorites   0 Comments

Color spaces of #6abfef

RGB 106191239
HSL0.560.810.68
HSV202°56°94°
CMYK 0.560.200.00   0.06
XYZ40.154646.557888.5315
Yxy46.55780.22910.2657
Hunter Lab68.2333-14.3628-29.1645
CIE-Lab73.9060-12.3495-31.6602

#6abfef color RGB value is (106,191,239).

#6abfef hex color red value is 106, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6abfef hue: 0.56 , saturation: 0.81 and the lightness value of 6abfef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 11101111
Octal 152 277 357
Decimal 106 191 239
Hex 6A BF EF

RGB Percentages of Color #6abfef

%19.78
%35.63
%44.59

CMYK Percentages of Color #6abfef

%56
%20
%0
%6

Triadic Colors of #6abfef

#6abfef #ef6abf #bfef6a

Analogous Colors of #6abfef

#6abfef #6a7def #6aefdd

Monochromatic Colors of #6abfef

#6abfef

Complementary Color

#6abfef #ef9a6a

#6abfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfef Color CSS Codes

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

#6abfef Text Font Color

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

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


#6abfef Background Color

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

This div background color is #6abfef


#6abfef Border Color

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

This div border color is #6abfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfef


Comments

No comments written yet.

Please login to write comment.