Color Hex Logo

#6abec5 Color Hex

#6ABEC5
(106,190,197)
0 Favorites   0 Comments

Color spaces of #6abec5

RGB 106190197
HSL0.510.440.59
HSV185°46°77°
CMYK 0.460.040.00   0.23
XYZ34.435443.922359.4862
Yxy43.92230.24980.3186
Hunter Lab66.2739-23.2321-6.8259
CIE-Lab72.1765-23.6265-11.4706

#6abec5 color RGB value is (106,190,197).

#6abec5 hex color red value is 106, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #6abec5 hue: 0.51 , saturation: 0.44 and the lightness value of 6abec5 is 0.59.

The process color (four color CMYK) of #6abec5 color hex is 0.46, 0.04, 0.00, 0.23. Web safe color of #6abec5 is #66cccc. Color #6abec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11000101
Octal 152 276 305
Decimal 106 190 197
Hex 6A BE C5

RGB Percentages of Color #6abec5

%21.50
%38.54
%39.96

CMYK Percentages of Color #6abec5

%46
%4
%0
%23

Triadic Colors of #6abec5

#6abec5 #c56abe #bec56a

Analogous Colors of #6abec5

#6abec5 #6a91c5 #6ac59f

Monochromatic Colors of #6abec5

#6abec5

Complementary Color

#6abec5 #c5716a

#6abec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abec5 Color CSS Codes

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

#6abec5 Text Font Color

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

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


#6abec5 Background Color

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

This div background color is #6abec5


#6abec5 Border Color

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

This div border color is #6abec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abec5


Comments

No comments written yet.

Please login to write comment.