Color Hex Logo

#6abbec Color Hex

#6ABBEC
(106,187,236)
0 Favorites   0 Comments

Color spaces of #6abbec

RGB 106187236
HSL0.560.770.67
HSV203°55°93°
CMYK 0.550.210.00   0.07
XYZ38.854544.660985.9295
Yxy44.66090.22930.2636
Hunter Lab66.8288-13.1699-29.4558
CIE-Lab72.6680-11.1069-31.9476

#6abbec color RGB value is (106,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111011 11101100
Octal 152 273 354
Decimal 106 187 236
Hex 6A BB EC

RGB Percentages of Color #6abbec

%20.04
%35.35
%44.61

CMYK Percentages of Color #6abbec

%55
%21
%0
%7

Triadic Colors of #6abbec

#6abbec #ec6abb #bbec6a

Analogous Colors of #6abbec

#6abbec #6a7aec #6aecdc

Monochromatic Colors of #6abbec

#6abbec

Complementary Color

#6abbec #ec9b6a

#6abbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abbec Color CSS Codes

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

#6abbec Text Font Color

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

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


#6abbec Background Color

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

This div background color is #6abbec


#6abbec Border Color

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

This div border color is #6abbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abbec


Comments

No comments written yet.

Please login to write comment.