Color Hex Logo

#6affbc Color Hex

#6AFFBC
(106,255,188)
0 Favorites   0 Comments

Color spaces of #6affbc

RGB 106255188
HSL0.431.000.71
HSV153°58°100°
CMYK 0.580.000.26   0.00
XYZ50.781078.215059.9975
Yxy78.21500.26870.4139
Hunter Lab88.4392-52.275621.6849
CIE-Lab90.8779-54.962720.3061

#6affbc color RGB value is (106,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 10111100
Octal 152 377 274
Decimal 106 255 188
Hex 6A FF BC

RGB Percentages of Color #6affbc

%19.31
%46.45
%34.24

CMYK Percentages of Color #6affbc

%58
%0
%26
%0

Triadic Colors of #6affbc

#6affbc #bc6aff #ffbc6a

Analogous Colors of #6affbc

#6affbc #6af8ff #6aff72

Monochromatic Colors of #6affbc

#6affbc

Complementary Color

#6affbc #ff6aad

#6affbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6affbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6affbc Color CSS Codes

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

#6affbc Text Font Color

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

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


#6affbc Background Color

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

This div background color is #6affbc


#6affbc Border Color

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

This div border color is #6affbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6affbc

Related Colors


Comments

No comments written yet.

Please login to write comment.