Color Hex Logo

#6abeec Color Hex

#6ABEEC
(106,190,236)
0 Favorites   0 Comments

Color spaces of #6abeec

RGB 106190236
HSL0.560.770.67
HSV201°55°93°
CMYK 0.550.190.00   0.07
XYZ39.497645.947286.1438
Yxy45.94720.23020.2678
Hunter Lab67.7844-14.6116-27.8997
CIE-Lab73.5113-12.7053-30.6473

#6abeec color RGB value is (106,190,236).

#6abeec hex color red value is 106, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6abeec hue: 0.56 , saturation: 0.77 and the lightness value of 6abeec is 0.67.

The process color (four color CMYK) of #6abeec color hex is 0.55, 0.19, 0.00, 0.07. Web safe color of #6abeec is #66ccff. Color #6abeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11101100
Octal 152 276 354
Decimal 106 190 236
Hex 6A BE EC

RGB Percentages of Color #6abeec

%19.92
%35.71
%44.36

CMYK Percentages of Color #6abeec

%55
%19
%0
%7

Triadic Colors of #6abeec

#6abeec #ec6abe #beec6a

Analogous Colors of #6abeec

#6abeec #6a7dec #6aecd9

Monochromatic Colors of #6abeec

#6abeec

Complementary Color

#6abeec #ec986a

#6abeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abeec Color CSS Codes

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

#6abeec Text Font Color

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

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


#6abeec Background Color

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

This div background color is #6abeec


#6abeec Border Color

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

This div border color is #6abeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,190,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abeec


Comments

No comments written yet.

Please login to write comment.