Color Hex Logo

#6abebf Color Hex

#6ABEBF
(106,190,191)
0 Favorites   0 Comments

Color spaces of #6abebf

RGB 106190191
HSL0.500.400.58
HSV181°45°75°
CMYK 0.450.010.00   0.25
XYZ33.761343.652755.9366
Yxy43.65270.25320.3274
Hunter Lab66.0702-24.4109-3.9472
CIE-Lab71.9957-25.1885-8.4633

#6abebf color RGB value is (106,190,191).

#6abebf hex color red value is 106, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6abebf hue: 0.50 , saturation: 0.40 and the lightness value of 6abebf is 0.58.

The process color (four color CMYK) of #6abebf color hex is 0.45, 0.01, 0.00, 0.25. Web safe color of #6abebf is #66cccc. Color #6abebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 10111111
Octal 152 276 277
Decimal 106 190 191
Hex 6A BE BF

RGB Percentages of Color #6abebf

%21.77
%39.01
%39.22

CMYK Percentages of Color #6abebf

%45
%1
%0
%25

Triadic Colors of #6abebf

#6abebf #bf6abe #bebf6a

Analogous Colors of #6abebf

#6abebf #6a94bf #6abf96

Monochromatic Colors of #6abebf

#6abebf

Complementary Color

#6abebf #bf6b6a

#6abebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abebf Color CSS Codes

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

#6abebf Text Font Color

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

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


#6abebf Background Color

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

This div background color is #6abebf


#6abebf Border Color

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

This div border color is #6abebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abebf


Comments

No comments written yet.

Please login to write comment.