Color Hex Logo

#6affe2 Color Hex

#6AFFE2
(106,255,226)
0 Favorites   0 Comments

Color spaces of #6affe2

RGB 106255226
HSL0.471.000.71
HSV168°58°100°
CMYK 0.580.000.11   0.00
XYZ55.431380.075284.4860
Yxy80.07520.25200.3640
Hunter Lab89.4847-46.02656.6613
CIE-Lab91.7186-46.56161.9389

#6affe2 color RGB value is (106,255,226).

#6affe2 hex color red value is 106, green value is 255 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #6affe2 hue: 0.47 , saturation: 1.00 and the lightness value of 6affe2 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 11100010
Octal 152 377 342
Decimal 106 255 226
Hex 6A FF E2

RGB Percentages of Color #6affe2

%18.06
%43.44
%38.50

CMYK Percentages of Color #6affe2

%58
%0
%11
%0

Triadic Colors of #6affe2

#6affe2 #e26aff #ffe26a

Analogous Colors of #6affe2

#6affe2 #6ad2ff #6aff98

Monochromatic Colors of #6affe2

#6affe2

Complementary Color

#6affe2 #ff6a87

#6affe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6affe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6affe2 Color CSS Codes

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

#6affe2 Text Font Color

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

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


#6affe2 Background Color

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

This div background color is #6affe2


#6affe2 Border Color

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

This div border color is #6affe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6affe2

Related Colors


Comments

No comments written yet.

Please login to write comment.