Color Hex Logo

#6afebc Color Hex

#6AFEBC
(106,254,188)
0 Favorites   0 Comments

Color spaces of #6afebc

RGB 106254188
HSL0.430.990.71
HSV153°58°100°
CMYK 0.580.000.26   0.00
XYZ50.462877.578659.8915
Yxy77.57860.26850.4128
Hunter Lab88.0787-51.870021.3393
CIE-Lab90.5873-54.559019.9015

#6afebc color RGB value is (106,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111110 10111100
Octal 152 376 274
Decimal 106 254 188
Hex 6A FE BC

RGB Percentages of Color #6afebc

%19.34
%46.35
%34.31

CMYK Percentages of Color #6afebc

%58
%0
%26
%0

Triadic Colors of #6afebc

#6afebc #bc6afe #febc6a

Analogous Colors of #6afebc

#6afebc #6af6fe #6afe72

Monochromatic Colors of #6afebc

#6afebc

Complementary Color

#6afebc #fe6aac

#6afebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afebc Color CSS Codes

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

#6afebc Text Font Color

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

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


#6afebc Background Color

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

This div background color is #6afebc


#6afebc Border Color

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

This div border color is #6afebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,254,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 #6afebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afebc

Related Colors


Comments

No comments written yet.

Please login to write comment.