Color Hex Logo

#6afbce Color Hex

#6AFBCE
(106,251,206)
0 Favorites   0 Comments

Color spaces of #6afbce

RGB 106251206
HSL0.450.950.70
HSV161°58°98°
CMYK 0.580.000.18   0.02
XYZ51.581676.514870.4427
Yxy76.51480.25980.3854
Hunter Lab87.4727-47.818013.4841
CIE-Lab90.0978-49.47929.9502

#6afbce color RGB value is (106,251,206).

#6afbce hex color red value is 106, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6afbce hue: 0.45 , saturation: 0.95 and the lightness value of 6afbce is 0.70.

The process color (four color CMYK) of #6afbce color hex is 0.58, 0.00, 0.18, 0.02. Web safe color of #6afbce is #66ffcc. Color #6afbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111011 11001110
Octal 152 373 316
Decimal 106 251 206
Hex 6A FB CE

RGB Percentages of Color #6afbce

%18.83
%44.58
%36.59

CMYK Percentages of Color #6afbce

%58
%0
%18
%2

Triadic Colors of #6afbce

#6afbce #ce6afb #fbce6a

Analogous Colors of #6afbce

#6afbce #6ae0fb #6afb86

Monochromatic Colors of #6afbce

#6afbce

Complementary Color

#6afbce #fb6a97

#6afbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afbce Color CSS Codes

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

#6afbce Text Font Color

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

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


#6afbce Background Color

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

This div background color is #6afbce


#6afbce Border Color

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

This div border color is #6afbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afbce


Comments

No comments written yet.

Please login to write comment.